Shades of Venetian Red #C9002A
Tints of Venetian Red #C9002A
RGB
CMYK
RGB Variations
Color information
#C9002A (or 0xC9002A) is known color: Venetian Red. HEX triplet: C9, 00 and 2A. RGB value is (201,0,42). Sum of RGB (Red+Green+Blue) = 201+0+42=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C9002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9002A is #36FFD5. Grayscale: #404040. Windows color (decimal): -3604438 or 2752713. OLE color: 2752713.
HSL color Cylindrical-coordinate representation of color #C9002A: hue angle of 347.46º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.21 |
| HSL | 347.46º | 1% | 0.39% | - |
| HSV(B) | 347.46º | 1% | 0.79% | - |
| XYZ | 24.51 | 12.58 | 3.33 | - |
| YUV | 64.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 42 | 0 | 1 | 0.79 | 0.21 | 347.46 | 1 | 0.39 |
| Hex | C9 | 0 | 2A | 0 | 64 | 4F | 15 | 15B | 64 | 27 |
| Octal | 311 | 0 | 52 | 0 | 144 | 117 | 25 | 533 | 144 | 47 |
| Binary | 11001001 | 0 | 101010 | 0 | 1100100 | 1001111 | 10101 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C9002A
Complementary color
Monochromatic Colors of #C9002A
Black with #C9002A
Text Example
Text Example
White with #C9002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9002A; }
p { color: rgb(201,0,42); }
H1.HeaderClassName
{
color: #C9002A;
}
.AnyTagClassName
{
color: #C9002A;
}
</style>
background-color css
<style>
a { background-color: #C9002A; }
a { background-color: rgb(201,0,42); }
div.DivClassName
{
background-color: #C9002A;
}
.BgClassName
{
background-color: #C9002A;
}
</style>
border-color css
<style>
span { border-color: #C9002A; }
span { border-color: rgb(201,0,42); }
td.TdClassName
{
border-color: #C9002A;
}
.TagClassName
{
border-color: #C9002A;
}
</style>