Shades of Venetian Red #CE0018
Tints of Venetian Red #CE0018
RGB
CMYK
RGB Variations
Color information
#CE0018 (or 0xCE0018) is known color: Venetian Red. HEX triplet: CE, 00 and 18. RGB value is (206,0,24). Sum of RGB (Red+Green+Blue) = 206+0+24=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0018 is #31FFE7. Grayscale: #404040. Windows color (decimal): -3276776 or 1573070. OLE color: 1573070.
HSL color Cylindrical-coordinate representation of color #CE0018: hue angle of 353.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.88 | 0.19 |
| HSL | 353.01º | 1% | 0.4% | - |
| HSV(B) | 353.01º | 1% | 0.81% | - |
| XYZ | 25.62 | 13.19 | 2.06 | - |
| YUV | 64.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 24 | 0 | 1 | 0.88 | 0.19 | 353.01 | 1 | 0.4 |
| Hex | CE | 0 | 18 | 0 | 64 | 58 | 13 | 161 | 64 | 28 |
| Octal | 316 | 0 | 30 | 0 | 144 | 130 | 23 | 541 | 144 | 50 |
| Binary | 11001110 | 0 | 11000 | 0 | 1100100 | 1011000 | 10011 | 101100001 | 1100100 | 101000 |
Color Harmonies of #CE0018
Complementary color
Monochromatic Colors of #CE0018
Black with #CE0018
Text Example
Text Example
White with #CE0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0018; }
p { color: rgb(206,0,24); }
H1.HeaderClassName
{
color: #CE0018;
}
.AnyTagClassName
{
color: #CE0018;
}
</style>
background-color css
<style>
a { background-color: #CE0018; }
a { background-color: rgb(206,0,24); }
div.DivClassName
{
background-color: #CE0018;
}
.BgClassName
{
background-color: #CE0018;
}
</style>
border-color css
<style>
span { border-color: #CE0018; }
span { border-color: rgb(206,0,24); }
td.TdClassName
{
border-color: #CE0018;
}
.TagClassName
{
border-color: #CE0018;
}
</style>