Shades of Venetian Red #C90C15
Tints of Venetian Red #C90C15
RGB
CMYK
RGB Variations
Color information
#C90C15 (or 0xC90C15) is known color: Venetian Red. HEX triplet: C9, 0C and 15. RGB value is (201,12,21). Sum of RGB (Red+Green+Blue) = 201+12+21=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90C15 is #36F3EA. Grayscale: #454545. Windows color (decimal): -3601387 or 1379529. OLE color: 1379529.
HSL color Cylindrical-coordinate representation of color #C90C15: hue angle of 357.14º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.21 |
| HSL | 357.14º | 0.89% | 0.42% | - |
| HSV(B) | 357.14º | 0.94% | 0.79% | - |
| XYZ | 24.35 | 12.73 | 1.88 | - |
| YUV | 69.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 21 | 0 | 0.94 | 0.90 | 0.21 | 357.14 | 0.89 | 0.42 |
| Hex | C9 | C | 15 | 0 | 5E | 5A | 15 | 165 | 59 | 2A |
| Octal | 311 | 14 | 25 | 0 | 136 | 132 | 25 | 545 | 131 | 52 |
| Binary | 11001001 | 1100 | 10101 | 0 | 1011110 | 1011010 | 10101 | 101100101 | 1011001 | 101010 |
Color Harmonies of #C90C15
Complementary color
Monochromatic Colors of #C90C15
Black with #C90C15
Text Example
Text Example
White with #C90C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C15; }
p { color: rgb(201,12,21); }
H1.HeaderClassName
{
color: #C90C15;
}
.AnyTagClassName
{
color: #C90C15;
}
</style>
background-color css
<style>
a { background-color: #C90C15; }
a { background-color: rgb(201,12,21); }
div.DivClassName
{
background-color: #C90C15;
}
.BgClassName
{
background-color: #C90C15;
}
</style>
border-color css
<style>
span { border-color: #C90C15; }
span { border-color: rgb(201,12,21); }
td.TdClassName
{
border-color: #C90C15;
}
.TagClassName
{
border-color: #C90C15;
}
</style>