Shades of Venetian Red #CE020D
Tints of Venetian Red #CE020D
RGB
CMYK
RGB Variations
Color information
#CE020D (or 0xCE020D) is known color: Venetian Red. HEX triplet: CE, 02 and 0D. RGB value is (206,2,13). Sum of RGB (Red+Green+Blue) = 206+2+13=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE020D is #31FDF2. Grayscale: #404040. Windows color (decimal): -3276275 or 852686. OLE color: 852686.
HSL color Cylindrical-coordinate representation of color #CE020D: hue angle of 356.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.19 |
| HSL | 356.76º | 0.98% | 0.41% | - |
| HSV(B) | 356.76º | 0.99% | 0.81% | - |
| XYZ | 25.55 | 13.19 | 1.58 | - |
| YUV | 64.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 13 | 0 | 0.99 | 0.94 | 0.19 | 356.76 | 0.98 | 0.41 |
| Hex | CE | 2 | D | 0 | 63 | 5E | 13 | 165 | 62 | 29 |
| Octal | 316 | 2 | 15 | 0 | 143 | 136 | 23 | 545 | 142 | 51 |
| Binary | 11001110 | 10 | 1101 | 0 | 1100011 | 1011110 | 10011 | 101100101 | 1100010 | 101001 |
Color Harmonies of #CE020D
Complementary color
Monochromatic Colors of #CE020D
Black with #CE020D
Text Example
Text Example
White with #CE020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE020D; }
p { color: rgb(206,2,13); }
H1.HeaderClassName
{
color: #CE020D;
}
.AnyTagClassName
{
color: #CE020D;
}
</style>
background-color css
<style>
a { background-color: #CE020D; }
a { background-color: rgb(206,2,13); }
div.DivClassName
{
background-color: #CE020D;
}
.BgClassName
{
background-color: #CE020D;
}
</style>
border-color css
<style>
span { border-color: #CE020D; }
span { border-color: rgb(206,2,13); }
td.TdClassName
{
border-color: #CE020D;
}
.TagClassName
{
border-color: #CE020D;
}
</style>