Shades of Venetian Red #CF0010
Tints of Venetian Red #CF0010
RGB
CMYK
RGB Variations
Color information
#CF0010 (or 0xCF0010) is known color: Venetian Red. HEX triplet: CF, 00 and 10. RGB value is (207,0,16). Sum of RGB (Red+Green+Blue) = 207+0+16=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0010 is #30FFEF. Grayscale: #3F3F3F. Windows color (decimal): -3211248 or 1048783. OLE color: 1048783.
HSL color Cylindrical-coordinate representation of color #CF0010: hue angle of 355.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.92 | 0.19 |
| HSL | 355.36º | 1% | 0.41% | - |
| HSV(B) | 355.36º | 1% | 0.81% | - |
| XYZ | 25.83 | 13.3 | 1.7 | - |
| YUV | 63.72 | 101.08 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 16 | 0 | 1 | 0.92 | 0.19 | 355.36 | 1 | 0.41 |
| Hex | CF | 0 | 10 | 0 | 64 | 5C | 13 | 163 | 64 | 29 |
| Octal | 317 | 0 | 20 | 0 | 144 | 134 | 23 | 543 | 144 | 51 |
| Binary | 11001111 | 0 | 10000 | 0 | 1100100 | 1011100 | 10011 | 101100011 | 1100100 | 101001 |
Color Harmonies of #CF0010
Complementary color
Monochromatic Colors of #CF0010
Black with #CF0010
Text Example
Text Example
White with #CF0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0010; }
p { color: rgb(207,0,16); }
H1.HeaderClassName
{
color: #CF0010;
}
.AnyTagClassName
{
color: #CF0010;
}
</style>
background-color css
<style>
a { background-color: #CF0010; }
a { background-color: rgb(207,0,16); }
div.DivClassName
{
background-color: #CF0010;
}
.BgClassName
{
background-color: #CF0010;
}
</style>
border-color css
<style>
span { border-color: #CF0010; }
span { border-color: rgb(207,0,16); }
td.TdClassName
{
border-color: #CF0010;
}
.TagClassName
{
border-color: #CF0010;
}
</style>