Shades of Venetian Red #C9001F
Tints of Venetian Red #C9001F
RGB
CMYK
RGB Variations
Color information
#C9001F (or 0xC9001F) is known color: Venetian Red. HEX triplet: C9, 00 and 1F. RGB value is (201,0,31). Sum of RGB (Red+Green+Blue) = 201+0+31=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9001F is #36FFE0. Grayscale: #3F3F3F. Windows color (decimal): -3604449 or 2031817. OLE color: 2031817.
HSL color Cylindrical-coordinate representation of color #C9001F: hue angle of 350.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9001F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.85 | 0.21 |
| HSL | 350.75º | 1% | 0.39% | - |
| HSV(B) | 350.75º | 1% | 0.79% | - |
| XYZ | 24.33 | 12.52 | 2.43 | - |
| YUV | 63.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 31 | 0 | 1 | 0.85 | 0.21 | 350.75 | 1 | 0.39 |
| Hex | C9 | 0 | 1F | 0 | 64 | 55 | 15 | 15F | 64 | 27 |
| Octal | 311 | 0 | 37 | 0 | 144 | 125 | 25 | 537 | 144 | 47 |
| Binary | 11001001 | 0 | 11111 | 0 | 1100100 | 1010101 | 10101 | 101011111 | 1100100 | 100111 |
Color Harmonies of #C9001F
Complementary color
Monochromatic Colors of #C9001F
Black with #C9001F
Text Example
Text Example
White with #C9001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9001F; }
p { color: rgb(201,0,31); }
H1.HeaderClassName
{
color: #C9001F;
}
.AnyTagClassName
{
color: #C9001F;
}
</style>
background-color css
<style>
a { background-color: #C9001F; }
a { background-color: rgb(201,0,31); }
div.DivClassName
{
background-color: #C9001F;
}
.BgClassName
{
background-color: #C9001F;
}
</style>
border-color css
<style>
span { border-color: #C9001F; }
span { border-color: rgb(201,0,31); }
td.TdClassName
{
border-color: #C9001F;
}
.TagClassName
{
border-color: #C9001F;
}
</style>