Shades of Venetian Red #C9002B
Tints of Venetian Red #C9002B
RGB
CMYK
RGB Variations
Color information
#C9002B (or 0xC9002B) is known color: Venetian Red. HEX triplet: C9, 00 and 2B. RGB value is (201,0,43). Sum of RGB (Red+Green+Blue) = 201+0+43=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C9002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9002B is #36FFD4. Grayscale: #414141. Windows color (decimal): -3604437 or 2818249. OLE color: 2818249.
HSL color Cylindrical-coordinate representation of color #C9002B: hue angle of 347.16º 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 #C9002B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.79 | 0.21 |
| HSL | 347.16º | 1% | 0.39% | - |
| HSV(B) | 347.16º | 1% | 0.79% | - |
| XYZ | 24.52 | 12.59 | 3.42 | - |
| YUV | 65 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 43 | 0 | 1 | 0.79 | 0.21 | 347.16 | 1 | 0.39 |
| Hex | C9 | 0 | 2B | 0 | 64 | 4F | 15 | 15B | 64 | 27 |
| Octal | 311 | 0 | 53 | 0 | 144 | 117 | 25 | 533 | 144 | 47 |
| Binary | 11001001 | 0 | 101011 | 0 | 1100100 | 1001111 | 10101 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C9002B
Complementary color
Monochromatic Colors of #C9002B
Black with #C9002B
Text Example
Text Example
White with #C9002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9002B; }
p { color: rgb(201,0,43); }
H1.HeaderClassName
{
color: #C9002B;
}
.AnyTagClassName
{
color: #C9002B;
}
</style>
background-color css
<style>
a { background-color: #C9002B; }
a { background-color: rgb(201,0,43); }
div.DivClassName
{
background-color: #C9002B;
}
.BgClassName
{
background-color: #C9002B;
}
</style>
border-color css
<style>
span { border-color: #C9002B; }
span { border-color: rgb(201,0,43); }
td.TdClassName
{
border-color: #C9002B;
}
.TagClassName
{
border-color: #C9002B;
}
</style>