Shades of Venetian Red #CE011C
Tints of Venetian Red #CE011C
RGB
CMYK
RGB Variations
Color information
#CE011C (or 0xCE011C) is known color: Venetian Red. HEX triplet: CE, 01 and 1C. RGB value is (206,1,28). Sum of RGB (Red+Green+Blue) = 206+1+28=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE011C is #31FEE3. Grayscale: #414141. Windows color (decimal): -3276516 or 1835470. OLE color: 1835470.
HSL color Cylindrical-coordinate representation of color #CE011C: hue angle of 352.1º 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 #CE011C is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.19 |
| HSL | 352.1º | 0.99% | 0.41% | - |
| HSV(B) | 352.1º | 1% | 0.81% | - |
| XYZ | 25.67 | 13.23 | 2.3 | - |
| YUV | 65.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 28 | 0 | 1.00 | 0.86 | 0.19 | 352.1 | 0.99 | 0.41 |
| Hex | CE | 1 | 1C | 0 | 64 | 56 | 13 | 160 | 63 | 29 |
| Octal | 316 | 1 | 34 | 0 | 144 | 126 | 23 | 540 | 143 | 51 |
| Binary | 11001110 | 1 | 11100 | 0 | 1100100 | 1010110 | 10011 | 101100000 | 1100011 | 101001 |
Color Harmonies of #CE011C
Complementary color
Monochromatic Colors of #CE011C
Black with #CE011C
Text Example
Text Example
White with #CE011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE011C; }
p { color: rgb(206,1,28); }
H1.HeaderClassName
{
color: #CE011C;
}
.AnyTagClassName
{
color: #CE011C;
}
</style>
background-color css
<style>
a { background-color: #CE011C; }
a { background-color: rgb(206,1,28); }
div.DivClassName
{
background-color: #CE011C;
}
.BgClassName
{
background-color: #CE011C;
}
</style>
border-color css
<style>
span { border-color: #CE011C; }
span { border-color: rgb(206,1,28); }
td.TdClassName
{
border-color: #CE011C;
}
.TagClassName
{
border-color: #CE011C;
}
</style>