Shades of Venetian Red #CF091E
Tints of Venetian Red #CF091E
RGB
CMYK
RGB Variations
Color information
#CF091E (or 0xCF091E) is known color: Venetian Red. HEX triplet: CF, 09 and 1E. RGB value is (207,9,30). Sum of RGB (Red+Green+Blue) = 207+9+30=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091E is #30F6E1. Grayscale: #464646. Windows color (decimal): -3208930 or 1968591. OLE color: 1968591.
HSL color Cylindrical-coordinate representation of color #CF091E: hue angle of 353.64º 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 #CF091E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.19 |
| HSL | 353.64º | 0.92% | 0.42% | - |
| HSV(B) | 353.64º | 0.96% | 0.81% | - |
| XYZ | 26.06 | 13.55 | 2.47 | - |
| YUV | 70.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 30 | 0 | 0.96 | 0.86 | 0.19 | 353.64 | 0.92 | 0.42 |
| Hex | CF | 9 | 1E | 0 | 60 | 56 | 13 | 162 | 5C | 2A |
| Octal | 317 | 11 | 36 | 0 | 140 | 126 | 23 | 542 | 134 | 52 |
| Binary | 11001111 | 1001 | 11110 | 0 | 1100000 | 1010110 | 10011 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CF091E
Complementary color
Monochromatic Colors of #CF091E
Black with #CF091E
Text Example
Text Example
White with #CF091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF091E; }
p { color: rgb(207,9,30); }
H1.HeaderClassName
{
color: #CF091E;
}
.AnyTagClassName
{
color: #CF091E;
}
</style>
background-color css
<style>
a { background-color: #CF091E; }
a { background-color: rgb(207,9,30); }
div.DivClassName
{
background-color: #CF091E;
}
.BgClassName
{
background-color: #CF091E;
}
</style>
border-color css
<style>
span { border-color: #CF091E; }
span { border-color: rgb(207,9,30); }
td.TdClassName
{
border-color: #CF091E;
}
.TagClassName
{
border-color: #CF091E;
}
</style>