Shades of Venetian Red #CE0123
Tints of Venetian Red #CE0123
RGB
CMYK
RGB Variations
Color information
#CE0123 (or 0xCE0123) is known color: Venetian Red. HEX triplet: CE, 01 and 23. RGB value is (206,1,35). Sum of RGB (Red+Green+Blue) = 206+1+35=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0123 is #31FEDC. Grayscale: #424242. Windows color (decimal): -3276509 or 2294222. OLE color: 2294222.
HSL color Cylindrical-coordinate representation of color #CE0123: hue angle of 350.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0123 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.19 |
| HSL | 350.05º | 0.99% | 0.41% | - |
| HSV(B) | 350.05º | 1% | 0.81% | - |
| XYZ | 25.77 | 13.26 | 2.79 | - |
| YUV | 66.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 35 | 0 | 1.00 | 0.83 | 0.19 | 350.05 | 0.99 | 0.41 |
| Hex | CE | 1 | 23 | 0 | 64 | 53 | 13 | 15E | 63 | 29 |
| Octal | 316 | 1 | 43 | 0 | 144 | 123 | 23 | 536 | 143 | 51 |
| Binary | 11001110 | 1 | 100011 | 0 | 1100100 | 1010011 | 10011 | 101011110 | 1100011 | 101001 |
Color Harmonies of #CE0123
Complementary color
Monochromatic Colors of #CE0123
Black with #CE0123
Text Example
Text Example
White with #CE0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0123; }
p { color: rgb(206,1,35); }
H1.HeaderClassName
{
color: #CE0123;
}
.AnyTagClassName
{
color: #CE0123;
}
</style>
background-color css
<style>
a { background-color: #CE0123; }
a { background-color: rgb(206,1,35); }
div.DivClassName
{
background-color: #CE0123;
}
.BgClassName
{
background-color: #CE0123;
}
</style>
border-color css
<style>
span { border-color: #CE0123; }
span { border-color: rgb(206,1,35); }
td.TdClassName
{
border-color: #CE0123;
}
.TagClassName
{
border-color: #CE0123;
}
</style>