Shades of Venetian Red #CE080C
Tints of Venetian Red #CE080C
RGB
CMYK
RGB Variations
Color information
#CE080C (or 0xCE080C) is known color: Venetian Red. HEX triplet: CE, 08 and 0C. RGB value is (206,8,12). Sum of RGB (Red+Green+Blue) = 206+8+12=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080C is #31F7F3. Grayscale: #434343. Windows color (decimal): -3274740 or 788686. OLE color: 788686.
HSL color Cylindrical-coordinate representation of color #CE080C: hue angle of 358.79º 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 #CE080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.19 |
| HSL | 358.79º | 0.93% | 0.42% | - |
| HSV(B) | 358.79º | 0.96% | 0.81% | - |
| XYZ | 25.61 | 13.32 | 1.57 | - |
| YUV | 67.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 12 | 0 | 0.96 | 0.94 | 0.19 | 358.79 | 0.93 | 0.42 |
| Hex | CE | 8 | C | 0 | 60 | 5E | 13 | 167 | 5D | 2A |
| Octal | 316 | 10 | 14 | 0 | 140 | 136 | 23 | 547 | 135 | 52 |
| Binary | 11001110 | 1000 | 1100 | 0 | 1100000 | 1011110 | 10011 | 101100111 | 1011101 | 101010 |
Color Harmonies of #CE080C
Complementary color
Monochromatic Colors of #CE080C
Black with #CE080C
Text Example
Text Example
White with #CE080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE080C; }
p { color: rgb(206,8,12); }
H1.HeaderClassName
{
color: #CE080C;
}
.AnyTagClassName
{
color: #CE080C;
}
</style>
background-color css
<style>
a { background-color: #CE080C; }
a { background-color: rgb(206,8,12); }
div.DivClassName
{
background-color: #CE080C;
}
.BgClassName
{
background-color: #CE080C;
}
</style>
border-color css
<style>
span { border-color: #CE080C; }
span { border-color: rgb(206,8,12); }
td.TdClassName
{
border-color: #CE080C;
}
.TagClassName
{
border-color: #CE080C;
}
</style>