Shades of Venetian Red #CE0223
Tints of Venetian Red #CE0223
RGB
CMYK
RGB Variations
Color information
#CE0223 (or 0xCE0223) is known color: Venetian Red. HEX triplet: CE, 02 and 23. RGB value is (206,2,35). Sum of RGB (Red+Green+Blue) = 206+2+35=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0223 is #31FDDC. Grayscale: #424242. Windows color (decimal): -3276253 or 2294478. OLE color: 2294478.
HSL color Cylindrical-coordinate representation of color #CE0223: hue angle of 350.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0223 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.19 |
| HSL | 350.29º | 0.98% | 0.41% | - |
| HSV(B) | 350.29º | 0.99% | 0.81% | - |
| XYZ | 25.78 | 13.29 | 2.8 | - |
| YUV | 66.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 35 | 0 | 0.99 | 0.83 | 0.19 | 350.29 | 0.98 | 0.41 |
| Hex | CE | 2 | 23 | 0 | 63 | 53 | 13 | 15E | 62 | 29 |
| Octal | 316 | 2 | 43 | 0 | 143 | 123 | 23 | 536 | 142 | 51 |
| Binary | 11001110 | 10 | 100011 | 0 | 1100011 | 1010011 | 10011 | 101011110 | 1100010 | 101001 |
Color Harmonies of #CE0223
Complementary color
Monochromatic Colors of #CE0223
Black with #CE0223
Text Example
Text Example
White with #CE0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0223; }
p { color: rgb(206,2,35); }
H1.HeaderClassName
{
color: #CE0223;
}
.AnyTagClassName
{
color: #CE0223;
}
</style>
background-color css
<style>
a { background-color: #CE0223; }
a { background-color: rgb(206,2,35); }
div.DivClassName
{
background-color: #CE0223;
}
.BgClassName
{
background-color: #CE0223;
}
</style>
border-color css
<style>
span { border-color: #CE0223; }
span { border-color: rgb(206,2,35); }
td.TdClassName
{
border-color: #CE0223;
}
.TagClassName
{
border-color: #CE0223;
}
</style>