Shades of Venetian Red #CF0810
Tints of Venetian Red #CF0810
RGB
CMYK
RGB Variations
Color information
#CF0810 (or 0xCF0810) is known color: Venetian Red. HEX triplet: CF, 08 and 10. RGB value is (207,8,16). Sum of RGB (Red+Green+Blue) = 207+8+16=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0810 is #30F7EF. Grayscale: #444444. Windows color (decimal): -3209200 or 1050831. OLE color: 1050831.
HSL color Cylindrical-coordinate representation of color #CF0810: hue angle of 357.59º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.19 |
| HSL | 357.59º | 0.93% | 0.42% | - |
| HSV(B) | 357.59º | 0.96% | 0.81% | - |
| XYZ | 25.91 | 13.48 | 1.73 | - |
| YUV | 68.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 16 | 0 | 0.96 | 0.92 | 0.19 | 357.59 | 0.93 | 0.42 |
| Hex | CF | 8 | 10 | 0 | 60 | 5C | 13 | 166 | 5D | 2A |
| Octal | 317 | 10 | 20 | 0 | 140 | 134 | 23 | 546 | 135 | 52 |
| Binary | 11001111 | 1000 | 10000 | 0 | 1100000 | 1011100 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CF0810
Complementary color
Monochromatic Colors of #CF0810
Black with #CF0810
Text Example
Text Example
White with #CF0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0810; }
p { color: rgb(207,8,16); }
H1.HeaderClassName
{
color: #CF0810;
}
.AnyTagClassName
{
color: #CF0810;
}
</style>
background-color css
<style>
a { background-color: #CF0810; }
a { background-color: rgb(207,8,16); }
div.DivClassName
{
background-color: #CF0810;
}
.BgClassName
{
background-color: #CF0810;
}
</style>
border-color css
<style>
span { border-color: #CF0810; }
span { border-color: rgb(207,8,16); }
td.TdClassName
{
border-color: #CF0810;
}
.TagClassName
{
border-color: #CF0810;
}
</style>