Shades of Venetian Red #C9021F
Tints of Venetian Red #C9021F
RGB
CMYK
RGB Variations
Color information
#C9021F (or 0xC9021F) is known color: Venetian Red. HEX triplet: C9, 02 and 1F. RGB value is (201,2,31). Sum of RGB (Red+Green+Blue) = 201+2+31=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C9021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9021F is #36FDE0. Grayscale: #404040. Windows color (decimal): -3603937 or 2032329. OLE color: 2032329.
HSL color Cylindrical-coordinate representation of color #C9021F: hue angle of 351.26º 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 #C9021F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.21 |
| HSL | 351.26º | 0.98% | 0.4% | - |
| HSV(B) | 351.26º | 0.99% | 0.79% | - |
| XYZ | 24.36 | 12.56 | 2.44 | - |
| YUV | 64.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 31 | 0 | 0.99 | 0.85 | 0.21 | 351.26 | 0.98 | 0.4 |
| Hex | C9 | 2 | 1F | 0 | 63 | 55 | 15 | 15F | 62 | 28 |
| Octal | 311 | 2 | 37 | 0 | 143 | 125 | 25 | 537 | 142 | 50 |
| Binary | 11001001 | 10 | 11111 | 0 | 1100011 | 1010101 | 10101 | 101011111 | 1100010 | 101000 |
Color Harmonies of #C9021F
Complementary color
Monochromatic Colors of #C9021F
Black with #C9021F
Text Example
Text Example
White with #C9021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9021F; }
p { color: rgb(201,2,31); }
H1.HeaderClassName
{
color: #C9021F;
}
.AnyTagClassName
{
color: #C9021F;
}
</style>
background-color css
<style>
a { background-color: #C9021F; }
a { background-color: rgb(201,2,31); }
div.DivClassName
{
background-color: #C9021F;
}
.BgClassName
{
background-color: #C9021F;
}
</style>
border-color css
<style>
span { border-color: #C9021F; }
span { border-color: rgb(201,2,31); }
td.TdClassName
{
border-color: #C9021F;
}
.TagClassName
{
border-color: #C9021F;
}
</style>