Shades of Venetian Red #CE0714
Tints of Venetian Red #CE0714
RGB
CMYK
RGB Variations
Color information
#CE0714 (or 0xCE0714) is known color: Venetian Red. HEX triplet: CE, 07 and 14. RGB value is (206,7,20). Sum of RGB (Red+Green+Blue) = 206+7+20=233 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.41% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0714 is #31F8EB. Grayscale: #444444. Windows color (decimal): -3274988 or 1312718. OLE color: 1312718.
HSL color Cylindrical-coordinate representation of color #CE0714: hue angle of 356.08º degrees, saturation: 0.93, 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 #CE0714 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.19 |
| HSL | 356.08º | 0.93% | 0.42% | - |
| HSV(B) | 356.08º | 0.97% | 0.81% | - |
| XYZ | 25.66 | 13.32 | 1.88 | - |
| YUV | 67.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 20 | 0 | 0.97 | 0.90 | 0.19 | 356.08 | 0.93 | 0.42 |
| Hex | CE | 7 | 14 | 0 | 61 | 5A | 13 | 164 | 5D | 2A |
| Octal | 316 | 7 | 24 | 0 | 141 | 132 | 23 | 544 | 135 | 52 |
| Binary | 11001110 | 111 | 10100 | 0 | 1100001 | 1011010 | 10011 | 101100100 | 1011101 | 101010 |
Color Harmonies of #CE0714
Complementary color
Monochromatic Colors of #CE0714
Black with #CE0714
Text Example
Text Example
White with #CE0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0714; }
p { color: rgb(206,7,20); }
H1.HeaderClassName
{
color: #CE0714;
}
.AnyTagClassName
{
color: #CE0714;
}
</style>
background-color css
<style>
a { background-color: #CE0714; }
a { background-color: rgb(206,7,20); }
div.DivClassName
{
background-color: #CE0714;
}
.BgClassName
{
background-color: #CE0714;
}
</style>
border-color css
<style>
span { border-color: #CE0714; }
span { border-color: rgb(206,7,20); }
td.TdClassName
{
border-color: #CE0714;
}
.TagClassName
{
border-color: #CE0714;
}
</style>