Shades of Venetian Red #C20915
Tints of Venetian Red #C20915
RGB
CMYK
RGB Variations
Color information
#C20915 (or 0xC20915) is known color: Venetian Red. HEX triplet: C2, 09 and 15. RGB value is (194,9,21). Sum of RGB (Red+Green+Blue) = 194+9+21=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C20915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20915 is #3DF6EA. Grayscale: #414141. Windows color (decimal): -4060907 or 1378754. OLE color: 1378754.
HSL color Cylindrical-coordinate representation of color #C20915: hue angle of 356.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.24 |
| HSL | 356.11º | 0.91% | 0.4% | - |
| HSV(B) | 356.11º | 0.95% | 0.76% | - |
| XYZ | 22.48 | 11.72 | 1.79 | - |
| YUV | 65.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 21 | 0 | 0.95 | 0.89 | 0.24 | 356.11 | 0.91 | 0.4 |
| Hex | C2 | 9 | 15 | 0 | 5F | 59 | 18 | 164 | 5B | 28 |
| Octal | 302 | 11 | 25 | 0 | 137 | 131 | 30 | 544 | 133 | 50 |
| Binary | 11000010 | 1001 | 10101 | 0 | 1011111 | 1011001 | 11000 | 101100100 | 1011011 | 101000 |
Color Harmonies of #C20915
Complementary color
Monochromatic Colors of #C20915
Black with #C20915
Text Example
Text Example
White with #C20915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20915; }
p { color: rgb(194,9,21); }
H1.HeaderClassName
{
color: #C20915;
}
.AnyTagClassName
{
color: #C20915;
}
</style>
background-color css
<style>
a { background-color: #C20915; }
a { background-color: rgb(194,9,21); }
div.DivClassName
{
background-color: #C20915;
}
.BgClassName
{
background-color: #C20915;
}
</style>
border-color css
<style>
span { border-color: #C20915; }
span { border-color: rgb(194,9,21); }
td.TdClassName
{
border-color: #C20915;
}
.TagClassName
{
border-color: #C20915;
}
</style>