Shades of Venetian Red #C9031B
Tints of Venetian Red #C9031B
RGB
CMYK
RGB Variations
Color information
#C9031B (or 0xC9031B) is known color: Venetian Red. HEX triplet: C9, 03 and 1B. RGB value is (201,3,27). Sum of RGB (Red+Green+Blue) = 201+3+27=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C9031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9031B is #36FCE4. Grayscale: #414141. Windows color (decimal): -3603685 or 1770441. OLE color: 1770441.
HSL color Cylindrical-coordinate representation of color #C9031B: hue angle of 352.73º degrees, saturation: 0.97, 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 #C9031B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.21 |
| HSL | 352.73º | 0.97% | 0.4% | - |
| HSV(B) | 352.73º | 0.99% | 0.79% | - |
| XYZ | 24.32 | 12.56 | 2.18 | - |
| YUV | 64.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 27 | 0 | 0.99 | 0.87 | 0.21 | 352.73 | 0.97 | 0.4 |
| Hex | C9 | 3 | 1B | 0 | 63 | 57 | 15 | 161 | 61 | 28 |
| Octal | 311 | 3 | 33 | 0 | 143 | 127 | 25 | 541 | 141 | 50 |
| Binary | 11001001 | 11 | 11011 | 0 | 1100011 | 1010111 | 10101 | 101100001 | 1100001 | 101000 |
Color Harmonies of #C9031B
Complementary color
Monochromatic Colors of #C9031B
Black with #C9031B
Text Example
Text Example
White with #C9031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9031B; }
p { color: rgb(201,3,27); }
H1.HeaderClassName
{
color: #C9031B;
}
.AnyTagClassName
{
color: #C9031B;
}
</style>
background-color css
<style>
a { background-color: #C9031B; }
a { background-color: rgb(201,3,27); }
div.DivClassName
{
background-color: #C9031B;
}
.BgClassName
{
background-color: #C9031B;
}
</style>
border-color css
<style>
span { border-color: #C9031B; }
span { border-color: rgb(201,3,27); }
td.TdClassName
{
border-color: #C9031B;
}
.TagClassName
{
border-color: #C9031B;
}
</style>