Shades of Venetian Red #C0041A
Tints of Venetian Red #C0041A
RGB
CMYK
RGB Variations
Color information
#C0041A (or 0xC0041A) is known color: Venetian Red. HEX triplet: C0, 04 and 1A. RGB value is (192,4,26). Sum of RGB (Red+Green+Blue) = 192+4+26=222 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.49% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 192 - color contains mainly: red. Hex color #C0041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0041A is #3FFBE5. Grayscale: #3E3E3E. Windows color (decimal): -4193254 or 1705152. OLE color: 1705152.
HSL color Cylindrical-coordinate representation of color #C0041A: hue angle of 352.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0041A is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.25 |
| HSL | 352.98º | 0.96% | 0.38% | - |
| HSV(B) | 352.98º | 0.98% | 0.75% | - |
| XYZ | 21.97 | 11.37 | 2.01 | - |
| YUV | 62.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 26 | 0 | 0.98 | 0.86 | 0.25 | 352.98 | 0.96 | 0.38 |
| Hex | C0 | 4 | 1A | 0 | 62 | 56 | 19 | 161 | 60 | 26 |
| Octal | 300 | 4 | 32 | 0 | 142 | 126 | 31 | 541 | 140 | 46 |
| Binary | 11000000 | 100 | 11010 | 0 | 1100010 | 1010110 | 11001 | 101100001 | 1100000 | 100110 |
Color Harmonies of #C0041A
Complementary color
Monochromatic Colors of #C0041A
Black with #C0041A
Text Example
Text Example
White with #C0041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0041A; }
p { color: rgb(192,4,26); }
H1.HeaderClassName
{
color: #C0041A;
}
.AnyTagClassName
{
color: #C0041A;
}
</style>
background-color css
<style>
a { background-color: #C0041A; }
a { background-color: rgb(192,4,26); }
div.DivClassName
{
background-color: #C0041A;
}
.BgClassName
{
background-color: #C0041A;
}
</style>
border-color css
<style>
span { border-color: #C0041A; }
span { border-color: rgb(192,4,26); }
td.TdClassName
{
border-color: #C0041A;
}
.TagClassName
{
border-color: #C0041A;
}
</style>