Shades of Venetian Red #C00321
Tints of Venetian Red #C00321
RGB
CMYK
RGB Variations
Color information
#C00321 (or 0xC00321) is known color: Venetian Red. HEX triplet: C0, 03 and 21. RGB value is (192,3,33). Sum of RGB (Red+Green+Blue) = 192+3+33=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C00321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00321 is #3FFCDE. Grayscale: #3F3F3F. Windows color (decimal): -4193503 or 2163648. OLE color: 2163648.
HSL color Cylindrical-coordinate representation of color #C00321: hue angle of 350.48º degrees, saturation: 0.97, 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 #C00321 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.25 |
| HSL | 350.48º | 0.97% | 0.38% | - |
| HSV(B) | 350.48º | 0.98% | 0.75% | - |
| XYZ | 22.05 | 11.38 | 2.47 | - |
| YUV | 62.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 33 | 0 | 0.98 | 0.83 | 0.25 | 350.48 | 0.97 | 0.38 |
| Hex | C0 | 3 | 21 | 0 | 62 | 53 | 19 | 15E | 61 | 26 |
| Octal | 300 | 3 | 41 | 0 | 142 | 123 | 31 | 536 | 141 | 46 |
| Binary | 11000000 | 11 | 100001 | 0 | 1100010 | 1010011 | 11001 | 101011110 | 1100001 | 100110 |
Color Harmonies of #C00321
Complementary color
Monochromatic Colors of #C00321
Black with #C00321
Text Example
Text Example
White with #C00321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00321; }
p { color: rgb(192,3,33); }
H1.HeaderClassName
{
color: #C00321;
}
.AnyTagClassName
{
color: #C00321;
}
</style>
background-color css
<style>
a { background-color: #C00321; }
a { background-color: rgb(192,3,33); }
div.DivClassName
{
background-color: #C00321;
}
.BgClassName
{
background-color: #C00321;
}
</style>
border-color css
<style>
span { border-color: #C00321; }
span { border-color: rgb(192,3,33); }
td.TdClassName
{
border-color: #C00321;
}
.TagClassName
{
border-color: #C00321;
}
</style>