Shades of Venetian Red #CE0221
Tints of Venetian Red #CE0221
RGB
CMYK
RGB Variations
Color information
#CE0221 (or 0xCE0221) is known color: Venetian Red. HEX triplet: CE, 02 and 21. RGB value is (206,2,33). Sum of RGB (Red+Green+Blue) = 206+2+33=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0221 is #31FDDE. Grayscale: #424242. Windows color (decimal): -3276255 or 2163406. OLE color: 2163406.
HSL color Cylindrical-coordinate representation of color #CE0221: hue angle of 350.88º 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 #CE0221 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.19 |
| HSL | 350.88º | 0.98% | 0.41% | - |
| HSV(B) | 350.88º | 0.99% | 0.81% | - |
| XYZ | 25.75 | 13.28 | 2.64 | - |
| YUV | 66.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 33 | 0 | 0.99 | 0.84 | 0.19 | 350.88 | 0.98 | 0.41 |
| Hex | CE | 2 | 21 | 0 | 63 | 54 | 13 | 15F | 62 | 29 |
| Octal | 316 | 2 | 41 | 0 | 143 | 124 | 23 | 537 | 142 | 51 |
| Binary | 11001110 | 10 | 100001 | 0 | 1100011 | 1010100 | 10011 | 101011111 | 1100010 | 101001 |
Color Harmonies of #CE0221
Complementary color
Monochromatic Colors of #CE0221
Black with #CE0221
Text Example
Text Example
White with #CE0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0221; }
p { color: rgb(206,2,33); }
H1.HeaderClassName
{
color: #CE0221;
}
.AnyTagClassName
{
color: #CE0221;
}
</style>
background-color css
<style>
a { background-color: #CE0221; }
a { background-color: rgb(206,2,33); }
div.DivClassName
{
background-color: #CE0221;
}
.BgClassName
{
background-color: #CE0221;
}
</style>
border-color css
<style>
span { border-color: #CE0221; }
span { border-color: rgb(206,2,33); }
td.TdClassName
{
border-color: #CE0221;
}
.TagClassName
{
border-color: #CE0221;
}
</style>