Shades of Venetian Red #C90429
Tints of Venetian Red #C90429
RGB
CMYK
RGB Variations
Color information
#C90429 (or 0xC90429) is known color: Venetian Red. HEX triplet: C9, 04 and 29. RGB value is (201,4,41). Sum of RGB (Red+Green+Blue) = 201+4+41=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C90429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90429 is #36FBD6. Grayscale: #434343. Windows color (decimal): -3603415 or 2688201. OLE color: 2688201.
HSL color Cylindrical-coordinate representation of color #C90429: hue angle of 348.73º degrees, saturation: 0.96, 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 #C90429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.21 |
| HSL | 348.73º | 0.96% | 0.4% | - |
| HSV(B) | 348.73º | 0.98% | 0.79% | - |
| XYZ | 24.53 | 12.66 | 3.25 | - |
| YUV | 67.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 41 | 0 | 0.98 | 0.80 | 0.21 | 348.73 | 0.96 | 0.4 |
| Hex | C9 | 4 | 29 | 0 | 62 | 50 | 15 | 15D | 60 | 28 |
| Octal | 311 | 4 | 51 | 0 | 142 | 120 | 25 | 535 | 140 | 50 |
| Binary | 11001001 | 100 | 101001 | 0 | 1100010 | 1010000 | 10101 | 101011101 | 1100000 | 101000 |
Color Harmonies of #C90429
Complementary color
Monochromatic Colors of #C90429
Black with #C90429
Text Example
Text Example
White with #C90429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90429; }
p { color: rgb(201,4,41); }
H1.HeaderClassName
{
color: #C90429;
}
.AnyTagClassName
{
color: #C90429;
}
</style>
background-color css
<style>
a { background-color: #C90429; }
a { background-color: rgb(201,4,41); }
div.DivClassName
{
background-color: #C90429;
}
.BgClassName
{
background-color: #C90429;
}
</style>
border-color css
<style>
span { border-color: #C90429; }
span { border-color: rgb(201,4,41); }
td.TdClassName
{
border-color: #C90429;
}
.TagClassName
{
border-color: #C90429;
}
</style>