Shades of Venetian Red #C20413
Tints of Venetian Red #C20413
RGB
CMYK
RGB Variations
Color information
#C20413 (or 0xC20413) is known color: Venetian Red. HEX triplet: C2, 04 and 13. RGB value is (194,4,19). Sum of RGB (Red+Green+Blue) = 194+4+19=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20413 is #3DFBEC. Grayscale: #3E3E3E. Windows color (decimal): -4062189 or 1246402. OLE color: 1246402.
HSL color Cylindrical-coordinate representation of color #C20413: hue angle of 355.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20413 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.24 |
| HSL | 355.26º | 0.96% | 0.39% | - |
| HSV(B) | 355.26º | 0.98% | 0.76% | - |
| XYZ | 22.41 | 11.6 | 1.67 | - |
| YUV | 62.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 19 | 0 | 0.98 | 0.90 | 0.24 | 355.26 | 0.96 | 0.39 |
| Hex | C2 | 4 | 13 | 0 | 62 | 5A | 18 | 163 | 60 | 27 |
| Octal | 302 | 4 | 23 | 0 | 142 | 132 | 30 | 543 | 140 | 47 |
| Binary | 11000010 | 100 | 10011 | 0 | 1100010 | 1011010 | 11000 | 101100011 | 1100000 | 100111 |
Color Harmonies of #C20413
Complementary color
Monochromatic Colors of #C20413
Black with #C20413
Text Example
Text Example
White with #C20413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20413; }
p { color: rgb(194,4,19); }
H1.HeaderClassName
{
color: #C20413;
}
.AnyTagClassName
{
color: #C20413;
}
</style>
background-color css
<style>
a { background-color: #C20413; }
a { background-color: rgb(194,4,19); }
div.DivClassName
{
background-color: #C20413;
}
.BgClassName
{
background-color: #C20413;
}
</style>
border-color css
<style>
span { border-color: #C20413; }
span { border-color: rgb(194,4,19); }
td.TdClassName
{
border-color: #C20413;
}
.TagClassName
{
border-color: #C20413;
}
</style>