Shades of Venetian Red #CF0916
Tints of Venetian Red #CF0916
RGB
CMYK
RGB Variations
Color information
#CF0916 (or 0xCF0916) is known color: Venetian Red. HEX triplet: CF, 09 and 16. RGB value is (207,9,22). Sum of RGB (Red+Green+Blue) = 207+9+22=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0916 is #30F6E9. Grayscale: #454545. Windows color (decimal): -3208938 or 1444303. OLE color: 1444303.
HSL color Cylindrical-coordinate representation of color #CF0916: hue angle of 356.06º degrees, saturation: 0.92, 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 #CF0916 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.19 |
| HSL | 356.06º | 0.92% | 0.42% | - |
| HSV(B) | 356.06º | 0.96% | 0.81% | - |
| XYZ | 25.97 | 13.52 | 2 | - |
| YUV | 69.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 22 | 0 | 0.96 | 0.89 | 0.19 | 356.06 | 0.92 | 0.42 |
| Hex | CF | 9 | 16 | 0 | 60 | 59 | 13 | 164 | 5C | 2A |
| Octal | 317 | 11 | 26 | 0 | 140 | 131 | 23 | 544 | 134 | 52 |
| Binary | 11001111 | 1001 | 10110 | 0 | 1100000 | 1011001 | 10011 | 101100100 | 1011100 | 101010 |
Color Harmonies of #CF0916
Complementary color
Monochromatic Colors of #CF0916
Black with #CF0916
Text Example
Text Example
White with #CF0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0916; }
p { color: rgb(207,9,22); }
H1.HeaderClassName
{
color: #CF0916;
}
.AnyTagClassName
{
color: #CF0916;
}
</style>
background-color css
<style>
a { background-color: #CF0916; }
a { background-color: rgb(207,9,22); }
div.DivClassName
{
background-color: #CF0916;
}
.BgClassName
{
background-color: #CF0916;
}
</style>
border-color css
<style>
span { border-color: #CF0916; }
span { border-color: rgb(207,9,22); }
td.TdClassName
{
border-color: #CF0916;
}
.TagClassName
{
border-color: #CF0916;
}
</style>