Shades of Venetian Red #C9021D
Tints of Venetian Red #C9021D
RGB
CMYK
RGB Variations
Color information
#C9021D (or 0xC9021D) is known color: Venetian Red. HEX triplet: C9, 02 and 1D. RGB value is (201,2,29). Sum of RGB (Red+Green+Blue) = 201+2+29=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9021D is #36FDE2. Grayscale: #404040. Windows color (decimal): -3603939 or 1901257. OLE color: 1901257.
HSL color Cylindrical-coordinate representation of color #C9021D: hue angle of 351.86º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.21 |
| HSL | 351.86º | 0.98% | 0.4% | - |
| HSV(B) | 351.86º | 0.99% | 0.79% | - |
| XYZ | 24.33 | 12.55 | 2.3 | - |
| YUV | 64.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 29 | 0 | 0.99 | 0.86 | 0.21 | 351.86 | 0.98 | 0.4 |
| Hex | C9 | 2 | 1D | 0 | 63 | 56 | 15 | 160 | 62 | 28 |
| Octal | 311 | 2 | 35 | 0 | 143 | 126 | 25 | 540 | 142 | 50 |
| Binary | 11001001 | 10 | 11101 | 0 | 1100011 | 1010110 | 10101 | 101100000 | 1100010 | 101000 |
Color Harmonies of #C9021D
Complementary color
Monochromatic Colors of #C9021D
Black with #C9021D
Text Example
Text Example
White with #C9021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9021D; }
p { color: rgb(201,2,29); }
H1.HeaderClassName
{
color: #C9021D;
}
.AnyTagClassName
{
color: #C9021D;
}
</style>
background-color css
<style>
a { background-color: #C9021D; }
a { background-color: rgb(201,2,29); }
div.DivClassName
{
background-color: #C9021D;
}
.BgClassName
{
background-color: #C9021D;
}
</style>
border-color css
<style>
span { border-color: #C9021D; }
span { border-color: rgb(201,2,29); }
td.TdClassName
{
border-color: #C9021D;
}
.TagClassName
{
border-color: #C9021D;
}
</style>