Shades of Venetian Red #C00513
Tints of Venetian Red #C00513
RGB
CMYK
RGB Variations
Color information
#C00513 (or 0xC00513) is known color: Venetian Red. HEX triplet: C0, 05 and 13. RGB value is (192,5,19). Sum of RGB (Red+Green+Blue) = 192+5+19=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00513 is #3FFAEC. Grayscale: #3E3E3E. Windows color (decimal): -4193005 or 1246656. OLE color: 1246656.
HSL color Cylindrical-coordinate representation of color #C00513: hue angle of 355.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00513 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 19 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.25 |
| HSL | 355.51º | 0.95% | 0.39% | - |
| HSV(B) | 355.51º | 0.97% | 0.75% | - |
| XYZ | 21.91 | 11.36 | 1.65 | - |
| YUV | 62.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 19 | 0 | 0.97 | 0.90 | 0.25 | 355.51 | 0.95 | 0.39 |
| Hex | C0 | 5 | 13 | 0 | 61 | 5A | 19 | 164 | 5F | 27 |
| Octal | 300 | 5 | 23 | 0 | 141 | 132 | 31 | 544 | 137 | 47 |
| Binary | 11000000 | 101 | 10011 | 0 | 1100001 | 1011010 | 11001 | 101100100 | 1011111 | 100111 |
Color Harmonies of #C00513
Complementary color
Monochromatic Colors of #C00513
Black with #C00513
Text Example
Text Example
White with #C00513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00513; }
p { color: rgb(192,5,19); }
H1.HeaderClassName
{
color: #C00513;
}
.AnyTagClassName
{
color: #C00513;
}
</style>
background-color css
<style>
a { background-color: #C00513; }
a { background-color: rgb(192,5,19); }
div.DivClassName
{
background-color: #C00513;
}
.BgClassName
{
background-color: #C00513;
}
</style>
border-color css
<style>
span { border-color: #C00513; }
span { border-color: rgb(192,5,19); }
td.TdClassName
{
border-color: #C00513;
}
.TagClassName
{
border-color: #C00513;
}
</style>