Shades of Venetian Red #CE011D
Tints of Venetian Red #CE011D
RGB
CMYK
RGB Variations
Color information
#CE011D (or 0xCE011D) is known color: Venetian Red. HEX triplet: CE, 01 and 1D. RGB value is (206,1,29). Sum of RGB (Red+Green+Blue) = 206+1+29=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE011D is #31FEE2. Grayscale: #414141. Windows color (decimal): -3276515 or 1901006. OLE color: 1901006.
HSL color Cylindrical-coordinate representation of color #CE011D: hue angle of 351.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.19 |
| HSL | 351.8º | 0.99% | 0.41% | - |
| HSV(B) | 351.8º | 1% | 0.81% | - |
| XYZ | 25.69 | 13.23 | 2.36 | - |
| YUV | 65.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 29 | 0 | 1.00 | 0.86 | 0.19 | 351.8 | 0.99 | 0.41 |
| Hex | CE | 1 | 1D | 0 | 64 | 56 | 13 | 160 | 63 | 29 |
| Octal | 316 | 1 | 35 | 0 | 144 | 126 | 23 | 540 | 143 | 51 |
| Binary | 11001110 | 1 | 11101 | 0 | 1100100 | 1010110 | 10011 | 101100000 | 1100011 | 101001 |
Color Harmonies of #CE011D
Complementary color
Monochromatic Colors of #CE011D
Black with #CE011D
Text Example
Text Example
White with #CE011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE011D; }
p { color: rgb(206,1,29); }
H1.HeaderClassName
{
color: #CE011D;
}
.AnyTagClassName
{
color: #CE011D;
}
</style>
background-color css
<style>
a { background-color: #CE011D; }
a { background-color: rgb(206,1,29); }
div.DivClassName
{
background-color: #CE011D;
}
.BgClassName
{
background-color: #CE011D;
}
</style>
border-color css
<style>
span { border-color: #CE011D; }
span { border-color: rgb(206,1,29); }
td.TdClassName
{
border-color: #CE011D;
}
.TagClassName
{
border-color: #CE011D;
}
</style>