Shades of Venetian Red #CF091A
Tints of Venetian Red #CF091A
RGB
CMYK
RGB Variations
Color information
#CF091A (or 0xCF091A) is known color: Venetian Red. HEX triplet: CF, 09 and 1A. RGB value is (207,9,26). Sum of RGB (Red+Green+Blue) = 207+9+26=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091A is #30F6E5. Grayscale: #464646. Windows color (decimal): -3208934 or 1706447. OLE color: 1706447.
HSL color Cylindrical-coordinate representation of color #CF091A: hue angle of 354.85º 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 #CF091A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.19 |
| HSL | 354.85º | 0.92% | 0.42% | - |
| HSV(B) | 354.85º | 0.96% | 0.81% | - |
| XYZ | 26.02 | 13.54 | 2.22 | - |
| YUV | 70.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 26 | 0 | 0.96 | 0.87 | 0.19 | 354.85 | 0.92 | 0.42 |
| Hex | CF | 9 | 1A | 0 | 60 | 57 | 13 | 163 | 5C | 2A |
| Octal | 317 | 11 | 32 | 0 | 140 | 127 | 23 | 543 | 134 | 52 |
| Binary | 11001111 | 1001 | 11010 | 0 | 1100000 | 1010111 | 10011 | 101100011 | 1011100 | 101010 |
Color Harmonies of #CF091A
Complementary color
Monochromatic Colors of #CF091A
Black with #CF091A
Text Example
Text Example
White with #CF091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF091A; }
p { color: rgb(207,9,26); }
H1.HeaderClassName
{
color: #CF091A;
}
.AnyTagClassName
{
color: #CF091A;
}
</style>
background-color css
<style>
a { background-color: #CF091A; }
a { background-color: rgb(207,9,26); }
div.DivClassName
{
background-color: #CF091A;
}
.BgClassName
{
background-color: #CF091A;
}
</style>
border-color css
<style>
span { border-color: #CF091A; }
span { border-color: rgb(207,9,26); }
td.TdClassName
{
border-color: #CF091A;
}
.TagClassName
{
border-color: #CF091A;
}
</style>