Shades of Venetian Red #CE0B12
Tints of Venetian Red #CE0B12
RGB
CMYK
RGB Variations
Color information
#CE0B12 (or 0xCE0B12) is known color: Venetian Red. HEX triplet: CE, 0B and 12. RGB value is (206,11,18). Sum of RGB (Red+Green+Blue) = 206+11+18=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B12 is #31F4ED. Grayscale: #464646. Windows color (decimal): -3273966 or 1182670. OLE color: 1182670.
HSL color Cylindrical-coordinate representation of color #CE0B12: hue angle of 357.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B12 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 18 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.19 |
| HSL | 357.85º | 0.9% | 0.43% | - |
| HSV(B) | 357.85º | 0.95% | 0.81% | - |
| XYZ | 25.68 | 13.4 | 1.81 | - |
| YUV | 70.1 | 98.6 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 18 | 0 | 0.95 | 0.91 | 0.19 | 357.85 | 0.9 | 0.43 |
| Hex | CE | B | 12 | 0 | 5F | 5B | 13 | 166 | 5A | 2B |
| Octal | 316 | 13 | 22 | 0 | 137 | 133 | 23 | 546 | 132 | 53 |
| Binary | 11001110 | 1011 | 10010 | 0 | 1011111 | 1011011 | 10011 | 101100110 | 1011010 | 101011 |
Color Harmonies of #CE0B12
Complementary color
Monochromatic Colors of #CE0B12
Black with #CE0B12
Text Example
Text Example
White with #CE0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B12; }
p { color: rgb(206,11,18); }
H1.HeaderClassName
{
color: #CE0B12;
}
.AnyTagClassName
{
color: #CE0B12;
}
</style>
background-color css
<style>
a { background-color: #CE0B12; }
a { background-color: rgb(206,11,18); }
div.DivClassName
{
background-color: #CE0B12;
}
.BgClassName
{
background-color: #CE0B12;
}
</style>
border-color css
<style>
span { border-color: #CE0B12; }
span { border-color: rgb(206,11,18); }
td.TdClassName
{
border-color: #CE0B12;
}
.TagClassName
{
border-color: #CE0B12;
}
</style>