Shades of Venetian Red #C00021
Tints of Venetian Red #C00021
RGB
CMYK
RGB Variations
Color information
#C00021 (or 0xC00021) is known color: Venetian Red. HEX triplet: C0, 00 and 21. RGB value is (192,0,33). Sum of RGB (Red+Green+Blue) = 192+0+33=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C00021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00021 is #3FFFDE. Grayscale: #3D3D3D. Windows color (decimal): -4194271 or 2162880. OLE color: 2162880.
HSL color Cylindrical-coordinate representation of color #C00021: hue angle of 349.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00021 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.83 | 0.25 |
| HSL | 349.69º | 1% | 0.38% | - |
| HSV(B) | 349.69º | 1% | 0.75% | - |
| XYZ | 22.01 | 11.32 | 2.46 | - |
| YUV | 61.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 33 | 0 | 1 | 0.83 | 0.25 | 349.69 | 1 | 0.38 |
| Hex | C0 | 0 | 21 | 0 | 64 | 53 | 19 | 15E | 64 | 26 |
| Octal | 300 | 0 | 41 | 0 | 144 | 123 | 31 | 536 | 144 | 46 |
| Binary | 11000000 | 0 | 100001 | 0 | 1100100 | 1010011 | 11001 | 101011110 | 1100100 | 100110 |
Color Harmonies of #C00021
Complementary color
Monochromatic Colors of #C00021
Black with #C00021
Text Example
Text Example
White with #C00021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00021; }
p { color: rgb(192,0,33); }
H1.HeaderClassName
{
color: #C00021;
}
.AnyTagClassName
{
color: #C00021;
}
</style>
background-color css
<style>
a { background-color: #C00021; }
a { background-color: rgb(192,0,33); }
div.DivClassName
{
background-color: #C00021;
}
.BgClassName
{
background-color: #C00021;
}
</style>
border-color css
<style>
span { border-color: #C00021; }
span { border-color: rgb(192,0,33); }
td.TdClassName
{
border-color: #C00021;
}
.TagClassName
{
border-color: #C00021;
}
</style>