Shades of Venetian Red #C9020B
Tints of Venetian Red #C9020B
RGB
CMYK
RGB Variations
Color information
#C9020B (or 0xC9020B) is known color: Venetian Red. HEX triplet: C9, 02 and 0B. RGB value is (201,2,11). Sum of RGB (Red+Green+Blue) = 201+2+11=214 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.93% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 201 - color contains mainly: red. Hex color #C9020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9020B is #36FDF4. Grayscale: #3E3E3E. Windows color (decimal): -3603957 or 721609. OLE color: 721609.
HSL color Cylindrical-coordinate representation of color #C9020B: hue angle of 357.29º 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 #C9020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.21 |
| HSL | 357.29º | 0.98% | 0.4% | - |
| HSV(B) | 357.29º | 0.99% | 0.79% | - |
| XYZ | 24.17 | 12.49 | 1.45 | - |
| YUV | 62.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 11 | 0 | 0.99 | 0.95 | 0.21 | 357.29 | 0.98 | 0.4 |
| Hex | C9 | 2 | B | 0 | 63 | 5F | 15 | 165 | 62 | 28 |
| Octal | 311 | 2 | 13 | 0 | 143 | 137 | 25 | 545 | 142 | 50 |
| Binary | 11001001 | 10 | 1011 | 0 | 1100011 | 1011111 | 10101 | 101100101 | 1100010 | 101000 |
Color Harmonies of #C9020B
Complementary color
Monochromatic Colors of #C9020B
Black with #C9020B
Text Example
Text Example
White with #C9020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9020B; }
p { color: rgb(201,2,11); }
H1.HeaderClassName
{
color: #C9020B;
}
.AnyTagClassName
{
color: #C9020B;
}
</style>
background-color css
<style>
a { background-color: #C9020B; }
a { background-color: rgb(201,2,11); }
div.DivClassName
{
background-color: #C9020B;
}
.BgClassName
{
background-color: #C9020B;
}
</style>
border-color css
<style>
span { border-color: #C9020B; }
span { border-color: rgb(201,2,11); }
td.TdClassName
{
border-color: #C9020B;
}
.TagClassName
{
border-color: #C9020B;
}
</style>