Shades of Venetian Red #C00013
Tints of Venetian Red #C00013
RGB
CMYK
RGB Variations
Color information
#C00013 (or 0xC00013) is known color: Venetian Red. HEX triplet: C0, 00 and 13. RGB value is (192,0,19). Sum of RGB (Red+Green+Blue) = 192+0+19=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C00013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00013 is #3FFFEC. Grayscale: #3B3B3B. Windows color (decimal): -4194285 or 1245376. OLE color: 1245376.
HSL color Cylindrical-coordinate representation of color #C00013: hue angle of 354.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.25 |
| HSL | 354.06º | 1% | 0.38% | - |
| HSV(B) | 354.06º | 1% | 0.75% | - |
| XYZ | 21.86 | 11.25 | 1.64 | - |
| YUV | 59.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 19 | 0 | 1 | 0.90 | 0.25 | 354.06 | 1 | 0.38 |
| Hex | C0 | 0 | 13 | 0 | 64 | 5A | 19 | 162 | 64 | 26 |
| Octal | 300 | 0 | 23 | 0 | 144 | 132 | 31 | 542 | 144 | 46 |
| Binary | 11000000 | 0 | 10011 | 0 | 1100100 | 1011010 | 11001 | 101100010 | 1100100 | 100110 |
Color Harmonies of #C00013
Complementary color
Monochromatic Colors of #C00013
Black with #C00013
Text Example
Text Example
White with #C00013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00013; }
p { color: rgb(192,0,19); }
H1.HeaderClassName
{
color: #C00013;
}
.AnyTagClassName
{
color: #C00013;
}
</style>
background-color css
<style>
a { background-color: #C00013; }
a { background-color: rgb(192,0,19); }
div.DivClassName
{
background-color: #C00013;
}
.BgClassName
{
background-color: #C00013;
}
</style>
border-color css
<style>
span { border-color: #C00013; }
span { border-color: rgb(192,0,19); }
td.TdClassName
{
border-color: #C00013;
}
.TagClassName
{
border-color: #C00013;
}
</style>