Shades of Venetian Red #CE0524
Tints of Venetian Red #CE0524
RGB
CMYK
RGB Variations
Color information
#CE0524 (or 0xCE0524) is known color: Venetian Red. HEX triplet: CE, 05 and 24. RGB value is (206,5,36). Sum of RGB (Red+Green+Blue) = 206+5+36=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0524 is #31FADB. Grayscale: #444444. Windows color (decimal): -3275484 or 2360782. OLE color: 2360782.
HSL color Cylindrical-coordinate representation of color #CE0524: hue angle of 350.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.19 |
| HSL | 350.75º | 0.95% | 0.41% | - |
| HSV(B) | 350.75º | 0.98% | 0.81% | - |
| XYZ | 25.83 | 13.36 | 2.89 | - |
| YUV | 68.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 36 | 0 | 0.98 | 0.83 | 0.19 | 350.75 | 0.95 | 0.41 |
| Hex | CE | 5 | 24 | 0 | 62 | 53 | 13 | 15F | 5F | 29 |
| Octal | 316 | 5 | 44 | 0 | 142 | 123 | 23 | 537 | 137 | 51 |
| Binary | 11001110 | 101 | 100100 | 0 | 1100010 | 1010011 | 10011 | 101011111 | 1011111 | 101001 |
Color Harmonies of #CE0524
Complementary color
Monochromatic Colors of #CE0524
Black with #CE0524
Text Example
Text Example
White with #CE0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0524; }
p { color: rgb(206,5,36); }
H1.HeaderClassName
{
color: #CE0524;
}
.AnyTagClassName
{
color: #CE0524;
}
</style>
background-color css
<style>
a { background-color: #CE0524; }
a { background-color: rgb(206,5,36); }
div.DivClassName
{
background-color: #CE0524;
}
.BgClassName
{
background-color: #CE0524;
}
</style>
border-color css
<style>
span { border-color: #CE0524; }
span { border-color: rgb(206,5,36); }
td.TdClassName
{
border-color: #CE0524;
}
.TagClassName
{
border-color: #CE0524;
}
</style>