Shades of Venetian Red #CE0B1C
Tints of Venetian Red #CE0B1C
RGB
CMYK
RGB Variations
Color information
#CE0B1C (or 0xCE0B1C) is known color: Venetian Red. HEX triplet: CE, 0B and 1C. RGB value is (206,11,28). Sum of RGB (Red+Green+Blue) = 206+11+28=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B1C is #31F4E3. Grayscale: #474747. Windows color (decimal): -3273956 or 1838030. OLE color: 1838030.
HSL color Cylindrical-coordinate representation of color #CE0B1C: hue angle of 354.77º 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 #CE0B1C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 28 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.19 |
| HSL | 354.77º | 0.9% | 0.43% | - |
| HSV(B) | 354.77º | 0.95% | 0.81% | - |
| XYZ | 25.78 | 13.45 | 2.33 | - |
| YUV | 71.24 | 103.6 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 28 | 0 | 0.95 | 0.86 | 0.19 | 354.77 | 0.9 | 0.43 |
| Hex | CE | B | 1C | 0 | 5F | 56 | 13 | 163 | 5A | 2B |
| Octal | 316 | 13 | 34 | 0 | 137 | 126 | 23 | 543 | 132 | 53 |
| Binary | 11001110 | 1011 | 11100 | 0 | 1011111 | 1010110 | 10011 | 101100011 | 1011010 | 101011 |
Color Harmonies of #CE0B1C
Complementary color
Monochromatic Colors of #CE0B1C
Black with #CE0B1C
Text Example
Text Example
White with #CE0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B1C; }
p { color: rgb(206,11,28); }
H1.HeaderClassName
{
color: #CE0B1C;
}
.AnyTagClassName
{
color: #CE0B1C;
}
</style>
background-color css
<style>
a { background-color: #CE0B1C; }
a { background-color: rgb(206,11,28); }
div.DivClassName
{
background-color: #CE0B1C;
}
.BgClassName
{
background-color: #CE0B1C;
}
</style>
border-color css
<style>
span { border-color: #CE0B1C; }
span { border-color: rgb(206,11,28); }
td.TdClassName
{
border-color: #CE0B1C;
}
.TagClassName
{
border-color: #CE0B1C;
}
</style>