Shades of Venetian Red #CF0709
Tints of Venetian Red #CF0709
RGB
CMYK
RGB Variations
Color information
#CF0709 (or 0xCF0709) is known color: Venetian Red. HEX triplet: CF, 07 and 09. RGB value is (207,7,9). Sum of RGB (Red+Green+Blue) = 207+7+9=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0709 is #30F8F6. Grayscale: #434343. Windows color (decimal): -3209463 or 591823. OLE color: 591823.
HSL color Cylindrical-coordinate representation of color #CF0709: 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.97%. Process color model (Four color, CMYK) of #CF0709 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.19 |
| HSL | 359.4º | 0.93% | 0.42% | - |
| HSV(B) | 359.4º | 0.97% | 0.81% | - |
| XYZ | 25.86 | 13.44 | 1.49 | - |
| YUV | 67.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 9 | 0 | 0.97 | 0.96 | 0.19 | 359.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 9 | 0 | 61 | 60 | 13 | 167 | 5D | 2A |
| Octal | 317 | 7 | 11 | 0 | 141 | 140 | 23 | 547 | 135 | 52 |
| Binary | 11001111 | 111 | 1001 | 0 | 1100001 | 1100000 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CF0709
Complementary color
Monochromatic Colors of #CF0709
Black with #CF0709
Text Example
Text Example
White with #CF0709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0709; }
p { color: rgb(207,7,9); }
H1.HeaderClassName
{
color: #CF0709;
}
.AnyTagClassName
{
color: #CF0709;
}
</style>
background-color css
<style>
a { background-color: #CF0709; }
a { background-color: rgb(207,7,9); }
div.DivClassName
{
background-color: #CF0709;
}
.BgClassName
{
background-color: #CF0709;
}
</style>
border-color css
<style>
span { border-color: #CF0709; }
span { border-color: rgb(207,7,9); }
td.TdClassName
{
border-color: #CF0709;
}
.TagClassName
{
border-color: #CF0709;
}
</style>