Shades of Venetian Red #CE0B13
Tints of Venetian Red #CE0B13
RGB
CMYK
RGB Variations
Color information
#CE0B13 (or 0xCE0B13) is known color: Venetian Red. HEX triplet: CE, 0B and 13. RGB value is (206,11,19). Sum of RGB (Red+Green+Blue) = 206+11+19=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B13 is #31F4EC. Grayscale: #464646. Windows color (decimal): -3273965 or 1248206. OLE color: 1248206.
HSL color Cylindrical-coordinate representation of color #CE0B13: hue angle of 357.54º 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 #CE0B13 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 19 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.19 |
| HSL | 357.54º | 0.9% | 0.43% | - |
| HSV(B) | 357.54º | 0.95% | 0.81% | - |
| XYZ | 25.69 | 13.41 | 1.85 | - |
| YUV | 70.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 19 | 0 | 0.95 | 0.91 | 0.19 | 357.54 | 0.9 | 0.43 |
| Hex | CE | B | 13 | 0 | 5F | 5B | 13 | 166 | 5A | 2B |
| Octal | 316 | 13 | 23 | 0 | 137 | 133 | 23 | 546 | 132 | 53 |
| Binary | 11001110 | 1011 | 10011 | 0 | 1011111 | 1011011 | 10011 | 101100110 | 1011010 | 101011 |
Color Harmonies of #CE0B13
Complementary color
Monochromatic Colors of #CE0B13
Black with #CE0B13
Text Example
Text Example
White with #CE0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B13; }
p { color: rgb(206,11,19); }
H1.HeaderClassName
{
color: #CE0B13;
}
.AnyTagClassName
{
color: #CE0B13;
}
</style>
background-color css
<style>
a { background-color: #CE0B13; }
a { background-color: rgb(206,11,19); }
div.DivClassName
{
background-color: #CE0B13;
}
.BgClassName
{
background-color: #CE0B13;
}
</style>
border-color css
<style>
span { border-color: #CE0B13; }
span { border-color: rgb(206,11,19); }
td.TdClassName
{
border-color: #CE0B13;
}
.TagClassName
{
border-color: #CE0B13;
}
</style>