Shades of Venetian Red #CF080A
Tints of Venetian Red #CF080A
RGB
CMYK
RGB Variations
Color information
#CF080A (or 0xCF080A) is known color: Venetian Red. HEX triplet: CF, 08 and 0A. RGB value is (207,8,10). Sum of RGB (Red+Green+Blue) = 207+8+10=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF080A is #30F7F5. Grayscale: #434343. Windows color (decimal): -3209206 or 657615. OLE color: 657615.
HSL color Cylindrical-coordinate representation of color #CF080A: hue angle of 359.4º 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 #CF080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 8 | 10 | - |
CMYK | 0 | 0.96 | 0.95 | 0.19 |
HSL | 359.4º | 0.93% | 0.42% | - |
HSV(B) | 359.4º | 0.96% | 0.81% | - |
XYZ | 25.87 | 13.46 | 1.52 | - |
YUV | 67.73 | 95.43 | 227.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 8 | 10 | 0 | 0.96 | 0.95 | 0.19 | 359.4 | 0.93 | 0.42 |
Hex | CF | 8 | A | 0 | 60 | 5F | 13 | 167 | 5D | 2A |
Octal | 317 | 10 | 12 | 0 | 140 | 137 | 23 | 547 | 135 | 52 |
Binary | 11001111 | 1000 | 1010 | 0 | 1100000 | 1011111 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CF080A
Complementary color
Monochromatic Colors of #CF080A
Black with #CF080A
Text Example
Text Example
White with #CF080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF080A; }
p { color: rgb(207,8,10); }
H1.HeaderClassName
{
color: #CF080A;
}
.AnyTagClassName
{
color: #CF080A;
}
</style>
background-color css
<style>
a { background-color: #CF080A; }
a { background-color: rgb(207,8,10); }
div.DivClassName
{
background-color: #CF080A;
}
.BgClassName
{
background-color: #CF080A;
}
</style>
border-color css
<style>
span { border-color: #CF080A; }
span { border-color: rgb(207,8,10); }
td.TdClassName
{
border-color: #CF080A;
}
.TagClassName
{
border-color: #CF080A;
}
</style>