Shades of Venetian Red #CF020F
Tints of Venetian Red #CF020F
RGB
CMYK
RGB Variations
Color information
#CF020F (or 0xCF020F) is known color: Venetian Red. HEX triplet: CF, 02 and 0F. RGB value is (207,2,15). Sum of RGB (Red+Green+Blue) = 207+2+15=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF020F is #30FDF0. Grayscale: #404040. Windows color (decimal): -3210737 or 983759. OLE color: 983759.
HSL color Cylindrical-coordinate representation of color #CF020F: hue angle of 356.2º 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 #CF020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.19 |
| HSL | 356.2º | 0.98% | 0.41% | - |
| HSV(B) | 356.2º | 0.99% | 0.81% | - |
| XYZ | 25.84 | 13.34 | 1.67 | - |
| YUV | 64.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 15 | 0 | 0.99 | 0.93 | 0.19 | 356.2 | 0.98 | 0.41 |
| Hex | CF | 2 | F | 0 | 63 | 5D | 13 | 164 | 62 | 29 |
| Octal | 317 | 2 | 17 | 0 | 143 | 135 | 23 | 544 | 142 | 51 |
| Binary | 11001111 | 10 | 1111 | 0 | 1100011 | 1011101 | 10011 | 101100100 | 1100010 | 101001 |
Color Harmonies of #CF020F
Complementary color
Monochromatic Colors of #CF020F
Black with #CF020F
Text Example
Text Example
White with #CF020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF020F; }
p { color: rgb(207,2,15); }
H1.HeaderClassName
{
color: #CF020F;
}
.AnyTagClassName
{
color: #CF020F;
}
</style>
background-color css
<style>
a { background-color: #CF020F; }
a { background-color: rgb(207,2,15); }
div.DivClassName
{
background-color: #CF020F;
}
.BgClassName
{
background-color: #CF020F;
}
</style>
border-color css
<style>
span { border-color: #CF020F; }
span { border-color: rgb(207,2,15); }
td.TdClassName
{
border-color: #CF020F;
}
.TagClassName
{
border-color: #CF020F;
}
</style>