Shades of Venetian Red #C90F13
Tints of Venetian Red #C90F13
RGB
CMYK
RGB Variations
Color information
#C90F13 (or 0xC90F13) is known color: Venetian Red. HEX triplet: C9, 0F and 13. RGB value is (201,15,19). Sum of RGB (Red+Green+Blue) = 201+15+19=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F13 is #36F0EC. Grayscale: #474747. Windows color (decimal): -3600621 or 1249225. OLE color: 1249225.
HSL color Cylindrical-coordinate representation of color #C90F13: hue angle of 358.71º 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 #C90F13 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 19 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.21 |
| HSL | 358.71º | 0.86% | 0.42% | - |
| HSV(B) | 358.71º | 0.93% | 0.79% | - |
| XYZ | 24.38 | 12.81 | 1.8 | - |
| YUV | 71.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 19 | 0 | 0.93 | 0.91 | 0.21 | 358.71 | 0.86 | 0.42 |
| Hex | C9 | F | 13 | 0 | 5D | 5B | 15 | 167 | 56 | 2A |
| Octal | 311 | 17 | 23 | 0 | 135 | 133 | 25 | 547 | 126 | 52 |
| Binary | 11001001 | 1111 | 10011 | 0 | 1011101 | 1011011 | 10101 | 101100111 | 1010110 | 101010 |
Color Harmonies of #C90F13
Complementary color
Monochromatic Colors of #C90F13
Black with #C90F13
Text Example
Text Example
White with #C90F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F13; }
p { color: rgb(201,15,19); }
H1.HeaderClassName
{
color: #C90F13;
}
.AnyTagClassName
{
color: #C90F13;
}
</style>
background-color css
<style>
a { background-color: #C90F13; }
a { background-color: rgb(201,15,19); }
div.DivClassName
{
background-color: #C90F13;
}
.BgClassName
{
background-color: #C90F13;
}
</style>
border-color css
<style>
span { border-color: #C90F13; }
span { border-color: rgb(201,15,19); }
td.TdClassName
{
border-color: #C90F13;
}
.TagClassName
{
border-color: #C90F13;
}
</style>