color details

Color Details
#14010f Color Hex

#14010f color RGB value is (1, 64, 16).
#14010f hex color red value is 1, green value is 64, and blue value is 16.
Cylindrical-coordinate representations (HSL) of color #14010f hue: 134.29, saturation: 0.97 and lightness: 0.13.

The process color (four-color CMYK) of #14010f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #14010f is #ff9999. Color #14010f contains mainly RED.

Color Spaces
Color spaces of #14010fValue
RGB20, 1, 15
HSL0.88, 0.9, 0.04
HSV316°, 95°, 8°
XYZ0.39, 0.2, 0.47
Base Numbers
Base Red Green Blue
Binary 10100 1 1111
Octal 24 1 17
Decimal 20 1 15
Hex 14 1 F

RGB Percentages for Color #14010f

55.56%
2.78%
41.67%

CMYK Percentages of the Color #14010f

95%
25%
92.16%
CSS Codes for Color #14010f
.mybgColor {background-color: #14010f;}
.myforeColor {color: #14010f;}
.myborderColor {border:3px solid #14010f;}
Text Font Color #14010f

<p style="color:#14010f">Text here</p>

This sample text is styled with the font color #14010f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #14010f

<div style="background-color:#14010f">Div content here</div>

The background color of this div is #14010f
Border Color #14010f

<div style="border:3px solid #14010f">Div here</div>

The border color of this div is #14010f
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(20, 1, 15, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #14010f;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #14010f;
-webkit-box-shadow: 1px 1px 3px #14010f;
box-shadow: 1px 1px 3px #14010f;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20, 1, 15, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #14010f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #14010f; -webkit-box-shadow: 1px 1px 3px #14010f; box-shadow: 1px 1px 3px #14010f;">Div content here</div>

This div box has a shadow with a specified color. #14010f

Scroll to Top