Shades of Venetian Red #C9012C
Tints of Venetian Red #C9012C
RGB
CMYK
RGB Variations
Color information
#C9012C (or 0xC9012C) is known color: Venetian Red. HEX triplet: C9, 01 and 2C. RGB value is (201,1,44). Sum of RGB (Red+Green+Blue) = 201+1+44=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9012C is #36FED3. Grayscale: #414141. Windows color (decimal): -3604180 or 2884041. OLE color: 2884041.
HSL color Cylindrical-coordinate representation of color #C9012C: hue angle of 347.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9012C is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.21 |
| HSL | 347.1º | 0.99% | 0.4% | - |
| HSV(B) | 347.1º | 1% | 0.79% | - |
| XYZ | 24.55 | 12.62 | 3.52 | - |
| YUV | 65.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 44 | 0 | 1.00 | 0.78 | 0.21 | 347.1 | 0.99 | 0.4 |
| Hex | C9 | 1 | 2C | 0 | 64 | 4E | 15 | 15B | 63 | 28 |
| Octal | 311 | 1 | 54 | 0 | 144 | 116 | 25 | 533 | 143 | 50 |
| Binary | 11001001 | 1 | 101100 | 0 | 1100100 | 1001110 | 10101 | 101011011 | 1100011 | 101000 |
Color Harmonies of #C9012C
Complementary color
Monochromatic Colors of #C9012C
Black with #C9012C
Text Example
Text Example
White with #C9012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9012C; }
p { color: rgb(201,1,44); }
H1.HeaderClassName
{
color: #C9012C;
}
.AnyTagClassName
{
color: #C9012C;
}
</style>
background-color css
<style>
a { background-color: #C9012C; }
a { background-color: rgb(201,1,44); }
div.DivClassName
{
background-color: #C9012C;
}
.BgClassName
{
background-color: #C9012C;
}
</style>
border-color css
<style>
span { border-color: #C9012C; }
span { border-color: rgb(201,1,44); }
td.TdClassName
{
border-color: #C9012C;
}
.TagClassName
{
border-color: #C9012C;
}
</style>