Shades of Venetian Red #C00421
Tints of Venetian Red #C00421
RGB
CMYK
RGB Variations
Color information
#C00421 (or 0xC00421) is known color: Venetian Red. HEX triplet: C0, 04 and 21. RGB value is (192,4,33). Sum of RGB (Red+Green+Blue) = 192+4+33=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00421 is #3FFBDE. Grayscale: #3F3F3F. Windows color (decimal): -4193247 or 2163904. OLE color: 2163904.
HSL color Cylindrical-coordinate representation of color #C00421: hue angle of 350.74º 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 #C00421 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.25 |
| HSL | 350.74º | 0.96% | 0.38% | - |
| HSV(B) | 350.74º | 0.98% | 0.75% | - |
| XYZ | 22.06 | 11.4 | 2.48 | - |
| YUV | 63.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 33 | 0 | 0.98 | 0.83 | 0.25 | 350.74 | 0.96 | 0.38 |
| Hex | C0 | 4 | 21 | 0 | 62 | 53 | 19 | 15F | 60 | 26 |
| Octal | 300 | 4 | 41 | 0 | 142 | 123 | 31 | 537 | 140 | 46 |
| Binary | 11000000 | 100 | 100001 | 0 | 1100010 | 1010011 | 11001 | 101011111 | 1100000 | 100110 |
Color Harmonies of #C00421
Complementary color
Monochromatic Colors of #C00421
Black with #C00421
Text Example
Text Example
White with #C00421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00421; }
p { color: rgb(192,4,33); }
H1.HeaderClassName
{
color: #C00421;
}
.AnyTagClassName
{
color: #C00421;
}
</style>
background-color css
<style>
a { background-color: #C00421; }
a { background-color: rgb(192,4,33); }
div.DivClassName
{
background-color: #C00421;
}
.BgClassName
{
background-color: #C00421;
}
</style>
border-color css
<style>
span { border-color: #C00421; }
span { border-color: rgb(192,4,33); }
td.TdClassName
{
border-color: #C00421;
}
.TagClassName
{
border-color: #C00421;
}
</style>