Shades of Venetian Red #CF091F
Tints of Venetian Red #CF091F
RGB
CMYK
RGB Variations
Color information
#CF091F (or 0xCF091F) is known color: Venetian Red. HEX triplet: CF, 09 and 1F. RGB value is (207,9,31). Sum of RGB (Red+Green+Blue) = 207+9+31=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF091F is #30F6E0. Grayscale: #464646. Windows color (decimal): -3208929 or 2034127. OLE color: 2034127.
HSL color Cylindrical-coordinate representation of color #CF091F: hue angle of 353.33º 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 #CF091F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.19 |
| HSL | 353.33º | 0.92% | 0.42% | - |
| HSV(B) | 353.33º | 0.96% | 0.81% | - |
| XYZ | 26.08 | 13.56 | 2.54 | - |
| YUV | 70.71 | 105.6 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 31 | 0 | 0.96 | 0.85 | 0.19 | 353.33 | 0.92 | 0.42 |
| Hex | CF | 9 | 1F | 0 | 60 | 55 | 13 | 161 | 5C | 2A |
| Octal | 317 | 11 | 37 | 0 | 140 | 125 | 23 | 541 | 134 | 52 |
| Binary | 11001111 | 1001 | 11111 | 0 | 1100000 | 1010101 | 10011 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CF091F
Complementary color
Monochromatic Colors of #CF091F
Black with #CF091F
Text Example
Text Example
White with #CF091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF091F; }
p { color: rgb(207,9,31); }
H1.HeaderClassName
{
color: #CF091F;
}
.AnyTagClassName
{
color: #CF091F;
}
</style>
background-color css
<style>
a { background-color: #CF091F; }
a { background-color: rgb(207,9,31); }
div.DivClassName
{
background-color: #CF091F;
}
.BgClassName
{
background-color: #CF091F;
}
</style>
border-color css
<style>
span { border-color: #CF091F; }
span { border-color: rgb(207,9,31); }
td.TdClassName
{
border-color: #CF091F;
}
.TagClassName
{
border-color: #CF091F;
}
</style>