Shades of Venetian Red #CE0A0B
Tints of Venetian Red #CE0A0B
RGB
CMYK
RGB Variations
Color information
#CE0A0B (or 0xCE0A0B) is known color: Venetian Red. HEX triplet: CE, 0A and 0B. RGB value is (206,10,11). Sum of RGB (Red+Green+Blue) = 206+10+11=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A0B is #31F5F4. Grayscale: #444444. Windows color (decimal): -3274229 or 723662. OLE color: 723662.
HSL color Cylindrical-coordinate representation of color #CE0A0B: hue angle of 359.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.19 |
| HSL | 359.69º | 0.91% | 0.42% | - |
| HSV(B) | 359.69º | 0.95% | 0.81% | - |
| XYZ | 25.62 | 13.36 | 1.55 | - |
| YUV | 68.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 11 | 0 | 0.95 | 0.95 | 0.19 | 359.69 | 0.91 | 0.42 |
| Hex | CE | A | B | 0 | 5F | 5F | 13 | 168 | 5B | 2A |
| Octal | 316 | 12 | 13 | 0 | 137 | 137 | 23 | 550 | 133 | 52 |
| Binary | 11001110 | 1010 | 1011 | 0 | 1011111 | 1011111 | 10011 | 101101000 | 1011011 | 101010 |
Color Harmonies of #CE0A0B
Complementary color
Monochromatic Colors of #CE0A0B
Black with #CE0A0B
Text Example
Text Example
White with #CE0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A0B; }
p { color: rgb(206,10,11); }
H1.HeaderClassName
{
color: #CE0A0B;
}
.AnyTagClassName
{
color: #CE0A0B;
}
</style>
background-color css
<style>
a { background-color: #CE0A0B; }
a { background-color: rgb(206,10,11); }
div.DivClassName
{
background-color: #CE0A0B;
}
.BgClassName
{
background-color: #CE0A0B;
}
</style>
border-color css
<style>
span { border-color: #CE0A0B; }
span { border-color: rgb(206,10,11); }
td.TdClassName
{
border-color: #CE0A0B;
}
.TagClassName
{
border-color: #CE0A0B;
}
</style>