Shades of Venetian Red #CE0121
Tints of Venetian Red #CE0121
RGB
CMYK
RGB Variations
Color information
#CE0121 (or 0xCE0121) is known color: Venetian Red. HEX triplet: CE, 01 and 21. RGB value is (206,1,33). Sum of RGB (Red+Green+Blue) = 206+1+33=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0121 is #31FEDE. Grayscale: #424242. Windows color (decimal): -3276511 or 2163150. OLE color: 2163150.
HSL color Cylindrical-coordinate representation of color #CE0121: hue angle of 350.63º 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 #CE0121 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.19 |
| HSL | 350.63º | 0.99% | 0.41% | - |
| HSV(B) | 350.63º | 1% | 0.81% | - |
| XYZ | 25.74 | 13.25 | 2.64 | - |
| YUV | 65.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 33 | 0 | 1.00 | 0.84 | 0.19 | 350.63 | 0.99 | 0.41 |
| Hex | CE | 1 | 21 | 0 | 64 | 54 | 13 | 15F | 63 | 29 |
| Octal | 316 | 1 | 41 | 0 | 144 | 124 | 23 | 537 | 143 | 51 |
| Binary | 11001110 | 1 | 100001 | 0 | 1100100 | 1010100 | 10011 | 101011111 | 1100011 | 101001 |
Color Harmonies of #CE0121
Complementary color
Monochromatic Colors of #CE0121
Black with #CE0121
Text Example
Text Example
White with #CE0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0121; }
p { color: rgb(206,1,33); }
H1.HeaderClassName
{
color: #CE0121;
}
.AnyTagClassName
{
color: #CE0121;
}
</style>
background-color css
<style>
a { background-color: #CE0121; }
a { background-color: rgb(206,1,33); }
div.DivClassName
{
background-color: #CE0121;
}
.BgClassName
{
background-color: #CE0121;
}
</style>
border-color css
<style>
span { border-color: #CE0121; }
span { border-color: rgb(206,1,33); }
td.TdClassName
{
border-color: #CE0121;
}
.TagClassName
{
border-color: #CE0121;
}
</style>