Shades of Venetian Red #CE080D
Tints of Venetian Red #CE080D
RGB
CMYK
RGB Variations
Color information
#CE080D (or 0xCE080D) is known color: Venetian Red. HEX triplet: CE, 08 and 0D. RGB value is (206,8,13). Sum of RGB (Red+Green+Blue) = 206+8+13=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080D is #31F7F2. Grayscale: #434343. Windows color (decimal): -3274739 or 854222. OLE color: 854222.
HSL color Cylindrical-coordinate representation of color #CE080D: hue angle of 358.48º 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 #CE080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.19 |
| HSL | 358.48º | 0.93% | 0.42% | - |
| HSV(B) | 358.48º | 0.96% | 0.81% | - |
| XYZ | 25.61 | 13.32 | 1.6 | - |
| YUV | 67.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 13 | 0 | 0.96 | 0.94 | 0.19 | 358.48 | 0.93 | 0.42 |
| Hex | CE | 8 | D | 0 | 60 | 5E | 13 | 166 | 5D | 2A |
| Octal | 316 | 10 | 15 | 0 | 140 | 136 | 23 | 546 | 135 | 52 |
| Binary | 11001110 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CE080D
Complementary color
Monochromatic Colors of #CE080D
Black with #CE080D
Text Example
Text Example
White with #CE080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE080D; }
p { color: rgb(206,8,13); }
H1.HeaderClassName
{
color: #CE080D;
}
.AnyTagClassName
{
color: #CE080D;
}
</style>
background-color css
<style>
a { background-color: #CE080D; }
a { background-color: rgb(206,8,13); }
div.DivClassName
{
background-color: #CE080D;
}
.BgClassName
{
background-color: #CE080D;
}
</style>
border-color css
<style>
span { border-color: #CE080D; }
span { border-color: rgb(206,8,13); }
td.TdClassName
{
border-color: #CE080D;
}
.TagClassName
{
border-color: #CE080D;
}
</style>