#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 of #CF1020 | Value |
---|---|
RGB | 207, 16, 32 |
HSL | 0.99, 0.86, 0.44 |
HSV | 355°, 92°, 81° |
XYZ | 26.18, 13.74, 2.64 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000 | 100000 |
Octal | 317 | 20 | 40 |
Decimal | 207 | 16 | 32 |
Hex | CF | 10 | 20 |
Shades of #CF1020
Tints of #CF1020
.mybgColor {background-color: #CF1020;} .myforeColor {color: #CF1020;} .myborderColor {border:3px solid #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,
<div style="background-color:#CF1020">Div content here</div>
<div style="border:3px solid #CF1020">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(207, 16, 32, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #CF1020;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>