Shades of Venetian Red #C9012D
Tints of Venetian Red #C9012D
RGB
CMYK
RGB Variations
Color information
#C9012D (or 0xC9012D) is known color: Venetian Red. HEX triplet: C9, 01 and 2D. RGB value is (201,1,45). Sum of RGB (Red+Green+Blue) = 201+1+45=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C9012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9012D is #36FED2. Grayscale: #414141. Windows color (decimal): -3604179 or 2949577. OLE color: 2949577.
HSL color Cylindrical-coordinate representation of color #C9012D: hue angle of 346.8º 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 #C9012D is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.21 |
| HSL | 346.8º | 0.99% | 0.4% | - |
| HSV(B) | 346.8º | 1% | 0.79% | - |
| XYZ | 24.57 | 12.63 | 3.63 | - |
| YUV | 65.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 45 | 0 | 1.00 | 0.78 | 0.21 | 346.8 | 0.99 | 0.4 |
| Hex | C9 | 1 | 2D | 0 | 64 | 4E | 15 | 15B | 63 | 28 |
| Octal | 311 | 1 | 55 | 0 | 144 | 116 | 25 | 533 | 143 | 50 |
| Binary | 11001001 | 1 | 101101 | 0 | 1100100 | 1001110 | 10101 | 101011011 | 1100011 | 101000 |
Color Harmonies of #C9012D
Complementary color
Monochromatic Colors of #C9012D
Black with #C9012D
Text Example
Text Example
White with #C9012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9012D; }
p { color: rgb(201,1,45); }
H1.HeaderClassName
{
color: #C9012D;
}
.AnyTagClassName
{
color: #C9012D;
}
</style>
background-color css
<style>
a { background-color: #C9012D; }
a { background-color: rgb(201,1,45); }
div.DivClassName
{
background-color: #C9012D;
}
.BgClassName
{
background-color: #C9012D;
}
</style>
border-color css
<style>
span { border-color: #C9012D; }
span { border-color: rgb(201,1,45); }
td.TdClassName
{
border-color: #C9012D;
}
.TagClassName
{
border-color: #C9012D;
}
</style>