Shades of Venetian Red #C9031F
Tints of Venetian Red #C9031F
RGB
CMYK
RGB Variations
Color information
#C9031F (or 0xC9031F) is known color: Venetian Red. HEX triplet: C9, 03 and 1F. RGB value is (201,3,31). Sum of RGB (Red+Green+Blue) = 201+3+31=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9031F is #36FCE0. Grayscale: #414141. Windows color (decimal): -3603681 or 2032585. OLE color: 2032585.
HSL color Cylindrical-coordinate representation of color #C9031F: hue angle of 351.52º 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 #C9031F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.21 |
| HSL | 351.52º | 0.97% | 0.4% | - |
| HSV(B) | 351.52º | 0.99% | 0.79% | - |
| XYZ | 24.37 | 12.58 | 2.44 | - |
| YUV | 65.39 | 108.6 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 31 | 0 | 0.99 | 0.85 | 0.21 | 351.52 | 0.97 | 0.4 |
| Hex | C9 | 3 | 1F | 0 | 63 | 55 | 15 | 160 | 61 | 28 |
| Octal | 311 | 3 | 37 | 0 | 143 | 125 | 25 | 540 | 141 | 50 |
| Binary | 11001001 | 11 | 11111 | 0 | 1100011 | 1010101 | 10101 | 101100000 | 1100001 | 101000 |
Color Harmonies of #C9031F
Complementary color
Monochromatic Colors of #C9031F
Black with #C9031F
Text Example
Text Example
White with #C9031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9031F; }
p { color: rgb(201,3,31); }
H1.HeaderClassName
{
color: #C9031F;
}
.AnyTagClassName
{
color: #C9031F;
}
</style>
background-color css
<style>
a { background-color: #C9031F; }
a { background-color: rgb(201,3,31); }
div.DivClassName
{
background-color: #C9031F;
}
.BgClassName
{
background-color: #C9031F;
}
</style>
border-color css
<style>
span { border-color: #C9031F; }
span { border-color: rgb(201,3,31); }
td.TdClassName
{
border-color: #C9031F;
}
.TagClassName
{
border-color: #C9031F;
}
</style>