Shades of Venetian Red #C9051B
Tints of Venetian Red #C9051B
RGB
CMYK
RGB Variations
Color information
#C9051B (or 0xC9051B) is known color: Venetian Red. HEX triplet: C9, 05 and 1B. RGB value is (201,5,27). Sum of RGB (Red+Green+Blue) = 201+5+27=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9051B is #36FAE4. Grayscale: #424242. Windows color (decimal): -3603173 or 1770953. OLE color: 1770953.
HSL color Cylindrical-coordinate representation of color #C9051B: hue angle of 353.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9051B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.21 |
| HSL | 353.27º | 0.95% | 0.4% | - |
| HSV(B) | 353.27º | 0.98% | 0.79% | - |
| XYZ | 24.34 | 12.61 | 2.19 | - |
| YUV | 66.11 | 105.93 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 27 | 0 | 0.98 | 0.87 | 0.21 | 353.27 | 0.95 | 0.4 |
| Hex | C9 | 5 | 1B | 0 | 62 | 57 | 15 | 161 | 5F | 28 |
| Octal | 311 | 5 | 33 | 0 | 142 | 127 | 25 | 541 | 137 | 50 |
| Binary | 11001001 | 101 | 11011 | 0 | 1100010 | 1010111 | 10101 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C9051B
Complementary color
Monochromatic Colors of #C9051B
Black with #C9051B
Text Example
Text Example
White with #C9051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9051B; }
p { color: rgb(201,5,27); }
H1.HeaderClassName
{
color: #C9051B;
}
.AnyTagClassName
{
color: #C9051B;
}
</style>
background-color css
<style>
a { background-color: #C9051B; }
a { background-color: rgb(201,5,27); }
div.DivClassName
{
background-color: #C9051B;
}
.BgClassName
{
background-color: #C9051B;
}
</style>
border-color css
<style>
span { border-color: #C9051B; }
span { border-color: rgb(201,5,27); }
td.TdClassName
{
border-color: #C9051B;
}
.TagClassName
{
border-color: #C9051B;
}
</style>