Shades of Venetian Red #C8002E
Tints of Venetian Red #C8002E
RGB
CMYK
RGB Variations
Color information
#C8002E (or 0xC8002E) is known color: Venetian Red. HEX triplet: C8, 00 and 2E. RGB value is (200,0,46). Sum of RGB (Red+Green+Blue) = 200+0+46=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8002E is #37FFD1. Grayscale: #414141. Windows color (decimal): -3669970 or 3014856. OLE color: 3014856.
HSL color Cylindrical-coordinate representation of color #C8002E: hue angle of 346.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8002E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.77 | 0.22 |
| HSL | 346.2º | 1% | 0.39% | - |
| HSV(B) | 346.2º | 1% | 0.78% | - |
| XYZ | 24.31 | 12.48 | 3.71 | - |
| YUV | 65.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 46 | 0 | 1 | 0.77 | 0.22 | 346.2 | 1 | 0.39 |
| Hex | C8 | 0 | 2E | 0 | 64 | 4D | 16 | 15A | 64 | 27 |
| Octal | 310 | 0 | 56 | 0 | 144 | 115 | 26 | 532 | 144 | 47 |
| Binary | 11001000 | 0 | 101110 | 0 | 1100100 | 1001101 | 10110 | 101011010 | 1100100 | 100111 |
Color Harmonies of #C8002E
Complementary color
Monochromatic Colors of #C8002E
Black with #C8002E
Text Example
Text Example
White with #C8002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8002E; }
p { color: rgb(200,0,46); }
H1.HeaderClassName
{
color: #C8002E;
}
.AnyTagClassName
{
color: #C8002E;
}
</style>
background-color css
<style>
a { background-color: #C8002E; }
a { background-color: rgb(200,0,46); }
div.DivClassName
{
background-color: #C8002E;
}
.BgClassName
{
background-color: #C8002E;
}
</style>
border-color css
<style>
span { border-color: #C8002E; }
span { border-color: rgb(200,0,46); }
td.TdClassName
{
border-color: #C8002E;
}
.TagClassName
{
border-color: #C8002E;
}
</style>