Shades of Venetian Red #CE0002
Tints of Venetian Red #CE0002
RGB
CMYK
RGB Variations
Color information
#CE0002 (or 0xCE0002) is known color: Venetian Red. HEX triplet: CE, 00 and 02. RGB value is (206,0,2). Sum of RGB (Red+Green+Blue) = 206+0+2=208 (27% of max value = 765). Red value is 206 (80.86% from 255 or 99.04% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0002 is #31FFFD. Grayscale: #3E3E3E. Windows color (decimal): -3276798 or 131278. OLE color: 131278.
HSL color Cylindrical-coordinate representation of color #CE0002: hue angle of 359.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.19 |
| HSL | 359.42º | 1% | 0.4% | - |
| HSV(B) | 359.42º | 1% | 0.81% | - |
| XYZ | 25.46 | 13.13 | 1.25 | - |
| YUV | 61.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 2 | 0 | 1 | 0.99 | 0.19 | 359.42 | 1 | 0.4 |
| Hex | CE | 0 | 2 | 0 | 64 | 63 | 13 | 167 | 64 | 28 |
| Octal | 316 | 0 | 2 | 0 | 144 | 143 | 23 | 547 | 144 | 50 |
| Binary | 11001110 | 0 | 10 | 0 | 1100100 | 1100011 | 10011 | 101100111 | 1100100 | 101000 |
Color Harmonies of #CE0002
Complementary color
Monochromatic Colors of #CE0002
Black with #CE0002
Text Example
Text Example
White with #CE0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0002; }
p { color: rgb(206,0,2); }
H1.HeaderClassName
{
color: #CE0002;
}
.AnyTagClassName
{
color: #CE0002;
}
</style>
background-color css
<style>
a { background-color: #CE0002; }
a { background-color: rgb(206,0,2); }
div.DivClassName
{
background-color: #CE0002;
}
.BgClassName
{
background-color: #CE0002;
}
</style>
border-color css
<style>
span { border-color: #CE0002; }
span { border-color: rgb(206,0,2); }
td.TdClassName
{
border-color: #CE0002;
}
.TagClassName
{
border-color: #CE0002;
}
</style>