Shades of Venetian Red #CE0319
Tints of Venetian Red #CE0319
RGB
CMYK
RGB Variations
Color information
#CE0319 (or 0xCE0319) is known color: Venetian Red. HEX triplet: CE, 03 and 19. RGB value is (206,3,25). Sum of RGB (Red+Green+Blue) = 206+3+25=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0319 is #31FCE6. Grayscale: #424242. Windows color (decimal): -3276007 or 1639374. OLE color: 1639374.
HSL color Cylindrical-coordinate representation of color #CE0319: hue angle of 353.5º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0319 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.19 |
| HSL | 353.5º | 0.97% | 0.41% | - |
| HSV(B) | 353.5º | 0.99% | 0.81% | - |
| XYZ | 25.66 | 13.26 | 2.13 | - |
| YUV | 66.21 | 104.75 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 25 | 0 | 0.99 | 0.88 | 0.19 | 353.5 | 0.97 | 0.41 |
| Hex | CE | 3 | 19 | 0 | 63 | 58 | 13 | 161 | 61 | 29 |
| Octal | 316 | 3 | 31 | 0 | 143 | 130 | 23 | 541 | 141 | 51 |
| Binary | 11001110 | 11 | 11001 | 0 | 1100011 | 1011000 | 10011 | 101100001 | 1100001 | 101001 |
Color Harmonies of #CE0319
Complementary color
Monochromatic Colors of #CE0319
Black with #CE0319
Text Example
Text Example
White with #CE0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0319; }
p { color: rgb(206,3,25); }
H1.HeaderClassName
{
color: #CE0319;
}
.AnyTagClassName
{
color: #CE0319;
}
</style>
background-color css
<style>
a { background-color: #CE0319; }
a { background-color: rgb(206,3,25); }
div.DivClassName
{
background-color: #CE0319;
}
.BgClassName
{
background-color: #CE0319;
}
</style>
border-color css
<style>
span { border-color: #CE0319; }
span { border-color: rgb(206,3,25); }
td.TdClassName
{
border-color: #CE0319;
}
.TagClassName
{
border-color: #CE0319;
}
</style>