Shades of Venetian Red #C00415
Tints of Venetian Red #C00415
RGB
CMYK
RGB Variations
Color information
#C00415 (or 0xC00415) is known color: Venetian Red. HEX triplet: C0, 04 and 15. RGB value is (192,4,21). Sum of RGB (Red+Green+Blue) = 192+4+21=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00415 is #3FFBEA. Grayscale: #3E3E3E. Windows color (decimal): -4193259 or 1377472. OLE color: 1377472.
HSL color Cylindrical-coordinate representation of color #C00415: hue angle of 354.57º 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 #C00415 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.25 |
| HSL | 354.57º | 0.96% | 0.38% | - |
| HSV(B) | 354.57º | 0.98% | 0.75% | - |
| XYZ | 21.92 | 11.35 | 1.74 | - |
| YUV | 62.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 21 | 0 | 0.98 | 0.89 | 0.25 | 354.57 | 0.96 | 0.38 |
| Hex | C0 | 4 | 15 | 0 | 62 | 59 | 19 | 163 | 60 | 26 |
| Octal | 300 | 4 | 25 | 0 | 142 | 131 | 31 | 543 | 140 | 46 |
| Binary | 11000000 | 100 | 10101 | 0 | 1100010 | 1011001 | 11001 | 101100011 | 1100000 | 100110 |
Color Harmonies of #C00415
Complementary color
Monochromatic Colors of #C00415
Black with #C00415
Text Example
Text Example
White with #C00415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00415; }
p { color: rgb(192,4,21); }
H1.HeaderClassName
{
color: #C00415;
}
.AnyTagClassName
{
color: #C00415;
}
</style>
background-color css
<style>
a { background-color: #C00415; }
a { background-color: rgb(192,4,21); }
div.DivClassName
{
background-color: #C00415;
}
.BgClassName
{
background-color: #C00415;
}
</style>
border-color css
<style>
span { border-color: #C00415; }
span { border-color: rgb(192,4,21); }
td.TdClassName
{
border-color: #C00415;
}
.TagClassName
{
border-color: #C00415;
}
</style>