Shades of Venetian Red #CE0624
Tints of Venetian Red #CE0624
RGB
CMYK
RGB Variations
Color information
#CE0624 (or 0xCE0624) is known color: Venetian Red. HEX triplet: CE, 06 and 24. RGB value is (206,6,36). Sum of RGB (Red+Green+Blue) = 206+6+36=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0624 is #31F9DB. Grayscale: #454545. Windows color (decimal): -3275228 or 2361038. OLE color: 2361038.
HSL color Cylindrical-coordinate representation of color #CE0624: hue angle of 351º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0624 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.19 |
| HSL | 351º | 0.94% | 0.42% | - |
| HSV(B) | 351º | 0.97% | 0.81% | - |
| XYZ | 25.84 | 13.38 | 2.89 | - |
| YUV | 69.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 36 | 0 | 0.97 | 0.83 | 0.19 | 351 | 0.94 | 0.42 |
| Hex | CE | 6 | 24 | 0 | 61 | 53 | 13 | 15F | 5E | 2A |
| Octal | 316 | 6 | 44 | 0 | 141 | 123 | 23 | 537 | 136 | 52 |
| Binary | 11001110 | 110 | 100100 | 0 | 1100001 | 1010011 | 10011 | 101011111 | 1011110 | 101010 |
Color Harmonies of #CE0624
Complementary color
Monochromatic Colors of #CE0624
Black with #CE0624
Text Example
Text Example
White with #CE0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0624; }
p { color: rgb(206,6,36); }
H1.HeaderClassName
{
color: #CE0624;
}
.AnyTagClassName
{
color: #CE0624;
}
</style>
background-color css
<style>
a { background-color: #CE0624; }
a { background-color: rgb(206,6,36); }
div.DivClassName
{
background-color: #CE0624;
}
.BgClassName
{
background-color: #CE0624;
}
</style>
border-color css
<style>
span { border-color: #CE0624; }
span { border-color: rgb(206,6,36); }
td.TdClassName
{
border-color: #CE0624;
}
.TagClassName
{
border-color: #CE0624;
}
</style>