Shades of Venetian Red #C9040D
Tints of Venetian Red #C9040D
RGB
CMYK
RGB Variations
Color information
#C9040D (or 0xC9040D) is known color: Venetian Red. HEX triplet: C9, 04 and 0D. RGB value is (201,4,13). Sum of RGB (Red+Green+Blue) = 201+4+13=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C9040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9040D is #36FBF2. Grayscale: #404040. Windows color (decimal): -3603443 or 853193. OLE color: 853193.
HSL color Cylindrical-coordinate representation of color #C9040D: hue angle of 357.26º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.21 |
| HSL | 357.26º | 0.96% | 0.4% | - |
| HSV(B) | 357.26º | 0.98% | 0.79% | - |
| XYZ | 24.2 | 12.53 | 1.52 | - |
| YUV | 63.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 13 | 0 | 0.98 | 0.94 | 0.21 | 357.26 | 0.96 | 0.4 |
| Hex | C9 | 4 | D | 0 | 62 | 5E | 15 | 165 | 60 | 28 |
| Octal | 311 | 4 | 15 | 0 | 142 | 136 | 25 | 545 | 140 | 50 |
| Binary | 11001001 | 100 | 1101 | 0 | 1100010 | 1011110 | 10101 | 101100101 | 1100000 | 101000 |
Color Harmonies of #C9040D
Complementary color
Monochromatic Colors of #C9040D
Black with #C9040D
Text Example
Text Example
White with #C9040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9040D; }
p { color: rgb(201,4,13); }
H1.HeaderClassName
{
color: #C9040D;
}
.AnyTagClassName
{
color: #C9040D;
}
</style>
background-color css
<style>
a { background-color: #C9040D; }
a { background-color: rgb(201,4,13); }
div.DivClassName
{
background-color: #C9040D;
}
.BgClassName
{
background-color: #C9040D;
}
</style>
border-color css
<style>
span { border-color: #C9040D; }
span { border-color: rgb(201,4,13); }
td.TdClassName
{
border-color: #C9040D;
}
.TagClassName
{
border-color: #C9040D;
}
</style>