Shades of Venetian Red #CF090F
Tints of Venetian Red #CF090F
RGB
CMYK
RGB Variations
Color information
#CF090F (or 0xCF090F) is known color: Venetian Red. HEX triplet: CF, 09 and 0F. RGB value is (207,9,15). Sum of RGB (Red+Green+Blue) = 207+9+15=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF090F is #30F6F0. Grayscale: #454545. Windows color (decimal): -3208945 or 985551. OLE color: 985551.
HSL color Cylindrical-coordinate representation of color #CF090F: hue angle of 358.18º 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 #CF090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.19 |
| HSL | 358.18º | 0.92% | 0.42% | - |
| HSV(B) | 358.18º | 0.96% | 0.81% | - |
| XYZ | 25.92 | 13.5 | 1.69 | - |
| YUV | 68.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 15 | 0 | 0.96 | 0.93 | 0.19 | 358.18 | 0.92 | 0.42 |
| Hex | CF | 9 | F | 0 | 60 | 5D | 13 | 166 | 5C | 2A |
| Octal | 317 | 11 | 17 | 0 | 140 | 135 | 23 | 546 | 134 | 52 |
| Binary | 11001111 | 1001 | 1111 | 0 | 1100000 | 1011101 | 10011 | 101100110 | 1011100 | 101010 |
Color Harmonies of #CF090F
Complementary color
Monochromatic Colors of #CF090F
Black with #CF090F
Text Example
Text Example
White with #CF090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF090F; }
p { color: rgb(207,9,15); }
H1.HeaderClassName
{
color: #CF090F;
}
.AnyTagClassName
{
color: #CF090F;
}
</style>
background-color css
<style>
a { background-color: #CF090F; }
a { background-color: rgb(207,9,15); }
div.DivClassName
{
background-color: #CF090F;
}
.BgClassName
{
background-color: #CF090F;
}
</style>
border-color css
<style>
span { border-color: #CF090F; }
span { border-color: rgb(207,9,15); }
td.TdClassName
{
border-color: #CF090F;
}
.TagClassName
{
border-color: #CF090F;
}
</style>