Shades of Venetian Red #C0002E
Tints of Venetian Red #C0002E
RGB
CMYK
RGB Variations
Color information
#C0002E (or 0xC0002E) is known color: Venetian Red. HEX triplet: C0, 00 and 2E. RGB value is (192,0,46). Sum of RGB (Red+Green+Blue) = 192+0+46=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0002E is #3FFFD1. Grayscale: #3E3E3E. Windows color (decimal): -4194258 or 3014848. OLE color: 3014848.
HSL color Cylindrical-coordinate representation of color #C0002E: hue angle of 345.62º 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 #C0002E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.76 | 0.25 |
| HSL | 345.63º | 1% | 0.38% | - |
| HSV(B) | 345.63º | 1% | 0.75% | - |
| XYZ | 22.23 | 11.4 | 3.61 | - |
| YUV | 62.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 46 | 0 | 1 | 0.76 | 0.25 | 345.63 | 1 | 0.38 |
| Hex | C0 | 0 | 2E | 0 | 64 | 4C | 19 | 15A | 64 | 26 |
| Octal | 300 | 0 | 56 | 0 | 144 | 114 | 31 | 532 | 144 | 46 |
| Binary | 11000000 | 0 | 101110 | 0 | 1100100 | 1001100 | 11001 | 101011010 | 1100100 | 100110 |
Color Harmonies of #C0002E
Complementary color
Monochromatic Colors of #C0002E
Black with #C0002E
Text Example
Text Example
White with #C0002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0002E; }
p { color: rgb(192,0,46); }
H1.HeaderClassName
{
color: #C0002E;
}
.AnyTagClassName
{
color: #C0002E;
}
</style>
background-color css
<style>
a { background-color: #C0002E; }
a { background-color: rgb(192,0,46); }
div.DivClassName
{
background-color: #C0002E;
}
.BgClassName
{
background-color: #C0002E;
}
</style>
border-color css
<style>
span { border-color: #C0002E; }
span { border-color: rgb(192,0,46); }
td.TdClassName
{
border-color: #C0002E;
}
.TagClassName
{
border-color: #C0002E;
}
</style>