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