color details

Color Details
#CF1020 Color Hex

#CF1020 color RGB value is (12, 241, 2).
#CF1020 hex color red value is 12, green value is 241, and blue value is 2.
Cylindrical-coordinate representations (HSL) of color #CF1020 hue: 117.49, saturation: 0.98 and lightness: 0.48.

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

Color Spaces
Color spaces of #CF1020Value
RGB207, 16, 32
HSL0.99, 0.86, 0.44
HSV355°, 92°, 81°
XYZ26.18, 13.74, 2.64
Base Numbers
Base Red Green Blue
Binary 11001111 10000 100000
Octal 317 20 40
Decimal 207 16 32
Hex CF 10 20

RGB Percentages for Color #CF1020

81.18%
6.27%
12.55%

CMYK Percentages of the Color #CF1020

92.27%
84.54%
18.82%
CSS Codes for Color #CF1020
.mybgColor {background-color: #CF1020;}
.myforeColor {color: #CF1020;}
.myborderColor {border:3px solid #CF1020;}
Text Font Color #CF1020

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

This sample text is styled with the font color #CF1020. 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 #CF1020

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

The background color of this div is #CF1020
Border Color #CF1020

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

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

<p style="text-shadow: 4px 4px 2px rgba(207, 16, 32, 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 #CF1020;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #CF1020
Scroll to Top