Shades of Venetian Red #C90F18
Tints of Venetian Red #C90F18
RGB
CMYK
RGB Variations
Color information
#C90F18 (or 0xC90F18) is known color: Venetian Red. HEX triplet: C9, 0F and 18. RGB value is (201,15,24). Sum of RGB (Red+Green+Blue) = 201+15+24=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F18 is #36F0E7. Grayscale: #474747. Windows color (decimal): -3600616 or 1576905. OLE color: 1576905.
HSL color Cylindrical-coordinate representation of color #C90F18: hue angle of 357.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F18 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 24 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.21 |
| HSL | 357.1º | 0.86% | 0.42% | - |
| HSV(B) | 357.1º | 0.93% | 0.79% | - |
| XYZ | 24.42 | 12.83 | 2.05 | - |
| YUV | 71.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 24 | 0 | 0.93 | 0.88 | 0.21 | 357.1 | 0.86 | 0.42 |
| Hex | C9 | F | 18 | 0 | 5D | 58 | 15 | 165 | 56 | 2A |
| Octal | 311 | 17 | 30 | 0 | 135 | 130 | 25 | 545 | 126 | 52 |
| Binary | 11001001 | 1111 | 11000 | 0 | 1011101 | 1011000 | 10101 | 101100101 | 1010110 | 101010 |
Color Harmonies of #C90F18
Complementary color
Monochromatic Colors of #C90F18
Black with #C90F18
Text Example
Text Example
White with #C90F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F18; }
p { color: rgb(201,15,24); }
H1.HeaderClassName
{
color: #C90F18;
}
.AnyTagClassName
{
color: #C90F18;
}
</style>
background-color css
<style>
a { background-color: #C90F18; }
a { background-color: rgb(201,15,24); }
div.DivClassName
{
background-color: #C90F18;
}
.BgClassName
{
background-color: #C90F18;
}
</style>
border-color css
<style>
span { border-color: #C90F18; }
span { border-color: rgb(201,15,24); }
td.TdClassName
{
border-color: #C90F18;
}
.TagClassName
{
border-color: #C90F18;
}
</style>