Shades of Venetian Red #CE041D
Tints of Venetian Red #CE041D
RGB
CMYK
RGB Variations
Color information
#CE041D (or 0xCE041D) is known color: Venetian Red. HEX triplet: CE, 04 and 1D. RGB value is (206,4,29). Sum of RGB (Red+Green+Blue) = 206+4+29=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE041D is #31FBE2. Grayscale: #434343. Windows color (decimal): -3275747 or 1901774. OLE color: 1901774.
HSL color Cylindrical-coordinate representation of color #CE041D: hue angle of 352.57º 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 #CE041D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.19 |
| HSL | 352.57º | 0.96% | 0.41% | - |
| HSV(B) | 352.57º | 0.98% | 0.81% | - |
| XYZ | 25.72 | 13.3 | 2.37 | - |
| YUV | 67.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 29 | 0 | 0.98 | 0.86 | 0.19 | 352.57 | 0.96 | 0.41 |
| Hex | CE | 4 | 1D | 0 | 62 | 56 | 13 | 161 | 60 | 29 |
| Octal | 316 | 4 | 35 | 0 | 142 | 126 | 23 | 541 | 140 | 51 |
| Binary | 11001110 | 100 | 11101 | 0 | 1100010 | 1010110 | 10011 | 101100001 | 1100000 | 101001 |
Color Harmonies of #CE041D
Complementary color
Monochromatic Colors of #CE041D
Black with #CE041D
Text Example
Text Example
White with #CE041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE041D; }
p { color: rgb(206,4,29); }
H1.HeaderClassName
{
color: #CE041D;
}
.AnyTagClassName
{
color: #CE041D;
}
</style>
background-color css
<style>
a { background-color: #CE041D; }
a { background-color: rgb(206,4,29); }
div.DivClassName
{
background-color: #CE041D;
}
.BgClassName
{
background-color: #CE041D;
}
</style>
border-color css
<style>
span { border-color: #CE041D; }
span { border-color: rgb(206,4,29); }
td.TdClassName
{
border-color: #CE041D;
}
.TagClassName
{
border-color: #CE041D;
}
</style>