Shades of Venetian Red #CE040D
Tints of Venetian Red #CE040D
RGB
CMYK
RGB Variations
Color information
#CE040D (or 0xCE040D) is known color: Venetian Red. HEX triplet: CE, 04 and 0D. RGB value is (206,4,13). Sum of RGB (Red+Green+Blue) = 206+4+13=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE040D is #31FBF2. Grayscale: #414141. Windows color (decimal): -3275763 or 853198. OLE color: 853198.
HSL color Cylindrical-coordinate representation of color #CE040D: hue angle of 357.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.19 |
| HSL | 357.33º | 0.96% | 0.41% | - |
| HSV(B) | 357.33º | 0.98% | 0.81% | - |
| XYZ | 25.57 | 13.24 | 1.59 | - |
| YUV | 65.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 13 | 0 | 0.98 | 0.94 | 0.19 | 357.33 | 0.96 | 0.41 |
| Hex | CE | 4 | D | 0 | 62 | 5E | 13 | 165 | 60 | 29 |
| Octal | 316 | 4 | 15 | 0 | 142 | 136 | 23 | 545 | 140 | 51 |
| Binary | 11001110 | 100 | 1101 | 0 | 1100010 | 1011110 | 10011 | 101100101 | 1100000 | 101001 |
Color Harmonies of #CE040D
Complementary color
Monochromatic Colors of #CE040D
Black with #CE040D
Text Example
Text Example
White with #CE040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE040D; }
p { color: rgb(206,4,13); }
H1.HeaderClassName
{
color: #CE040D;
}
.AnyTagClassName
{
color: #CE040D;
}
</style>
background-color css
<style>
a { background-color: #CE040D; }
a { background-color: rgb(206,4,13); }
div.DivClassName
{
background-color: #CE040D;
}
.BgClassName
{
background-color: #CE040D;
}
</style>
border-color css
<style>
span { border-color: #CE040D; }
span { border-color: rgb(206,4,13); }
td.TdClassName
{
border-color: #CE040D;
}
.TagClassName
{
border-color: #CE040D;
}
</style>