Shades of Venetian Red #CF090D
Tints of Venetian Red #CF090D
RGB
CMYK
RGB Variations
Color information
#CF090D (or 0xCF090D) is known color: Venetian Red. HEX triplet: CF, 09 and 0D. RGB value is (207,9,13). Sum of RGB (Red+Green+Blue) = 207+9+13=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF090D is #30F6F2. Grayscale: #444444. Windows color (decimal): -3208947 or 854479. OLE color: 854479.
HSL color Cylindrical-coordinate representation of color #CF090D: hue angle of 358.79º 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 #CF090D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.19 |
| HSL | 358.79º | 0.92% | 0.42% | - |
| HSV(B) | 358.79º | 0.96% | 0.81% | - |
| XYZ | 25.9 | 13.49 | 1.62 | - |
| YUV | 68.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 13 | 0 | 0.96 | 0.94 | 0.19 | 358.79 | 0.92 | 0.42 |
| Hex | CF | 9 | D | 0 | 60 | 5E | 13 | 167 | 5C | 2A |
| Octal | 317 | 11 | 15 | 0 | 140 | 136 | 23 | 547 | 134 | 52 |
| Binary | 11001111 | 1001 | 1101 | 0 | 1100000 | 1011110 | 10011 | 101100111 | 1011100 | 101010 |
Color Harmonies of #CF090D
Complementary color
Monochromatic Colors of #CF090D
Black with #CF090D
Text Example
Text Example
White with #CF090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF090D; }
p { color: rgb(207,9,13); }
H1.HeaderClassName
{
color: #CF090D;
}
.AnyTagClassName
{
color: #CF090D;
}
</style>
background-color css
<style>
a { background-color: #CF090D; }
a { background-color: rgb(207,9,13); }
div.DivClassName
{
background-color: #CF090D;
}
.BgClassName
{
background-color: #CF090D;
}
</style>
border-color css
<style>
span { border-color: #CF090D; }
span { border-color: rgb(207,9,13); }
td.TdClassName
{
border-color: #CF090D;
}
.TagClassName
{
border-color: #CF090D;
}
</style>