Shades of Venetian Red #CE080E
Tints of Venetian Red #CE080E
RGB
CMYK
RGB Variations
Color information
#CE080E (or 0xCE080E) is known color: Venetian Red. HEX triplet: CE, 08 and 0E. RGB value is (206,8,14). Sum of RGB (Red+Green+Blue) = 206+8+14=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080E is #31F7F1. Grayscale: #444444. Windows color (decimal): -3274738 or 919758. OLE color: 919758.
HSL color Cylindrical-coordinate representation of color #CE080E: hue angle of 358.18º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.19 |
| HSL | 358.18º | 0.93% | 0.42% | - |
| HSV(B) | 358.18º | 0.96% | 0.81% | - |
| XYZ | 25.62 | 13.33 | 1.64 | - |
| YUV | 67.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 14 | 0 | 0.96 | 0.93 | 0.19 | 358.18 | 0.93 | 0.42 |
| Hex | CE | 8 | E | 0 | 60 | 5D | 13 | 166 | 5D | 2A |
| Octal | 316 | 10 | 16 | 0 | 140 | 135 | 23 | 546 | 135 | 52 |
| Binary | 11001110 | 1000 | 1110 | 0 | 1100000 | 1011101 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CE080E
Complementary color
Monochromatic Colors of #CE080E
Black with #CE080E
Text Example
Text Example
White with #CE080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE080E; }
p { color: rgb(206,8,14); }
H1.HeaderClassName
{
color: #CE080E;
}
.AnyTagClassName
{
color: #CE080E;
}
</style>
background-color css
<style>
a { background-color: #CE080E; }
a { background-color: rgb(206,8,14); }
div.DivClassName
{
background-color: #CE080E;
}
.BgClassName
{
background-color: #CE080E;
}
</style>
border-color css
<style>
span { border-color: #CE080E; }
span { border-color: rgb(206,8,14); }
td.TdClassName
{
border-color: #CE080E;
}
.TagClassName
{
border-color: #CE080E;
}
</style>