Shades of Venetian Red #C9040C
Tints of Venetian Red #C9040C
RGB
CMYK
RGB Variations
Color information
#C9040C (or 0xC9040C) is known color: Venetian Red. HEX triplet: C9, 04 and 0C. RGB value is (201,4,12). Sum of RGB (Red+Green+Blue) = 201+4+12=217 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.63% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 201 - color contains mainly: red. Hex color #C9040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9040C is #36FBF3. Grayscale: #3F3F3F. Windows color (decimal): -3603444 or 787657. OLE color: 787657.
HSL color Cylindrical-coordinate representation of color #C9040C: hue angle of 357.56º 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 #C9040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.21 |
| HSL | 357.56º | 0.96% | 0.4% | - |
| HSV(B) | 357.56º | 0.98% | 0.79% | - |
| XYZ | 24.2 | 12.53 | 1.49 | - |
| YUV | 63.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 12 | 0 | 0.98 | 0.94 | 0.21 | 357.56 | 0.96 | 0.4 |
| Hex | C9 | 4 | C | 0 | 62 | 5E | 15 | 166 | 60 | 28 |
| Octal | 311 | 4 | 14 | 0 | 142 | 136 | 25 | 546 | 140 | 50 |
| Binary | 11001001 | 100 | 1100 | 0 | 1100010 | 1011110 | 10101 | 101100110 | 1100000 | 101000 |
Color Harmonies of #C9040C
Complementary color
Monochromatic Colors of #C9040C
Black with #C9040C
Text Example
Text Example
White with #C9040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9040C; }
p { color: rgb(201,4,12); }
H1.HeaderClassName
{
color: #C9040C;
}
.AnyTagClassName
{
color: #C9040C;
}
</style>
background-color css
<style>
a { background-color: #C9040C; }
a { background-color: rgb(201,4,12); }
div.DivClassName
{
background-color: #C9040C;
}
.BgClassName
{
background-color: #C9040C;
}
</style>
border-color css
<style>
span { border-color: #C9040C; }
span { border-color: rgb(201,4,12); }
td.TdClassName
{
border-color: #C9040C;
}
.TagClassName
{
border-color: #C9040C;
}
</style>