Shades of Venetian Red #CE0128
Tints of Venetian Red #CE0128
RGB
CMYK
RGB Variations
Color information
#CE0128 (or 0xCE0128) is known color: Venetian Red. HEX triplet: CE, 01 and 28. RGB value is (206,1,40). Sum of RGB (Red+Green+Blue) = 206+1+40=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0128 is #31FED7. Grayscale: #424242. Windows color (decimal): -3276504 or 2621902. OLE color: 2621902.
HSL color Cylindrical-coordinate representation of color #CE0128: hue angle of 348.59º 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 #CE0128 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.19 |
| HSL | 348.59º | 0.99% | 0.41% | - |
| HSV(B) | 348.59º | 1% | 0.81% | - |
| XYZ | 25.85 | 13.3 | 3.21 | - |
| YUV | 66.74 | 112.92 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 40 | 0 | 1.00 | 0.81 | 0.19 | 348.59 | 0.99 | 0.41 |
| Hex | CE | 1 | 28 | 0 | 64 | 51 | 13 | 15D | 63 | 29 |
| Octal | 316 | 1 | 50 | 0 | 144 | 121 | 23 | 535 | 143 | 51 |
| Binary | 11001110 | 1 | 101000 | 0 | 1100100 | 1010001 | 10011 | 101011101 | 1100011 | 101001 |
Color Harmonies of #CE0128
Complementary color
Monochromatic Colors of #CE0128
Black with #CE0128
Text Example
Text Example
White with #CE0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0128; }
p { color: rgb(206,1,40); }
H1.HeaderClassName
{
color: #CE0128;
}
.AnyTagClassName
{
color: #CE0128;
}
</style>
background-color css
<style>
a { background-color: #CE0128; }
a { background-color: rgb(206,1,40); }
div.DivClassName
{
background-color: #CE0128;
}
.BgClassName
{
background-color: #CE0128;
}
</style>
border-color css
<style>
span { border-color: #CE0128; }
span { border-color: rgb(206,1,40); }
td.TdClassName
{
border-color: #CE0128;
}
.TagClassName
{
border-color: #CE0128;
}
</style>