Shades of Venetian Red #CE0619
Tints of Venetian Red #CE0619
RGB
CMYK
RGB Variations
Color information
#CE0619 (or 0xCE0619) is known color: Venetian Red. HEX triplet: CE, 06 and 19. RGB value is (206,6,25). Sum of RGB (Red+Green+Blue) = 206+6+25=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0619 is #31F9E6. Grayscale: #444444. Windows color (decimal): -3275239 or 1640142. OLE color: 1640142.
HSL color Cylindrical-coordinate representation of color #CE0619: hue angle of 354.3º 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 #CE0619 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.19 |
| HSL | 354.3º | 0.94% | 0.42% | - |
| HSV(B) | 354.3º | 0.97% | 0.81% | - |
| XYZ | 25.69 | 13.32 | 2.14 | - |
| YUV | 67.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 25 | 0 | 0.97 | 0.88 | 0.19 | 354.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 19 | 0 | 61 | 58 | 13 | 162 | 5E | 2A |
| Octal | 316 | 6 | 31 | 0 | 141 | 130 | 23 | 542 | 136 | 52 |
| Binary | 11001110 | 110 | 11001 | 0 | 1100001 | 1011000 | 10011 | 101100010 | 1011110 | 101010 |
Color Harmonies of #CE0619
Complementary color
Monochromatic Colors of #CE0619
Black with #CE0619
Text Example
Text Example
White with #CE0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0619; }
p { color: rgb(206,6,25); }
H1.HeaderClassName
{
color: #CE0619;
}
.AnyTagClassName
{
color: #CE0619;
}
</style>
background-color css
<style>
a { background-color: #CE0619; }
a { background-color: rgb(206,6,25); }
div.DivClassName
{
background-color: #CE0619;
}
.BgClassName
{
background-color: #CE0619;
}
</style>
border-color css
<style>
span { border-color: #CE0619; }
span { border-color: rgb(206,6,25); }
td.TdClassName
{
border-color: #CE0619;
}
.TagClassName
{
border-color: #CE0619;
}
</style>