Shades of Venetian Red #CF021F
Tints of Venetian Red #CF021F
RGB
CMYK
RGB Variations
Color information
#CF021F (or 0xCF021F) is known color: Venetian Red. HEX triplet: CF, 02 and 1F. RGB value is (207,2,31). Sum of RGB (Red+Green+Blue) = 207+2+31=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF021F is #30FDE0. Grayscale: #424242. Windows color (decimal): -3210721 or 2032335. OLE color: 2032335.
HSL color Cylindrical-coordinate representation of color #CF021F: hue angle of 351.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF021F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.19 |
| HSL | 351.51º | 0.98% | 0.41% | - |
| HSV(B) | 351.51º | 0.99% | 0.81% | - |
| XYZ | 26 | 13.41 | 2.51 | - |
| YUV | 66.6 | 107.92 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 31 | 0 | 0.99 | 0.85 | 0.19 | 351.51 | 0.98 | 0.41 |
| Hex | CF | 2 | 1F | 0 | 63 | 55 | 13 | 160 | 62 | 29 |
| Octal | 317 | 2 | 37 | 0 | 143 | 125 | 23 | 540 | 142 | 51 |
| Binary | 11001111 | 10 | 11111 | 0 | 1100011 | 1010101 | 10011 | 101100000 | 1100010 | 101001 |
Color Harmonies of #CF021F
Complementary color
Monochromatic Colors of #CF021F
Black with #CF021F
Text Example
Text Example
White with #CF021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF021F; }
p { color: rgb(207,2,31); }
H1.HeaderClassName
{
color: #CF021F;
}
.AnyTagClassName
{
color: #CF021F;
}
</style>
background-color css
<style>
a { background-color: #CF021F; }
a { background-color: rgb(207,2,31); }
div.DivClassName
{
background-color: #CF021F;
}
.BgClassName
{
background-color: #CF021F;
}
</style>
border-color css
<style>
span { border-color: #CF021F; }
span { border-color: rgb(207,2,31); }
td.TdClassName
{
border-color: #CF021F;
}
.TagClassName
{
border-color: #CF021F;
}
</style>