Shades of Venetian Red #CE080F
Tints of Venetian Red #CE080F
RGB
CMYK
RGB Variations
Color information
#CE080F (or 0xCE080F) is known color: Venetian Red. HEX triplet: CE, 08 and 0F. RGB value is (206,8,15). Sum of RGB (Red+Green+Blue) = 206+8+15=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE080F is #31F7F0. Grayscale: #444444. Windows color (decimal): -3274737 or 985294. OLE color: 985294.
HSL color Cylindrical-coordinate representation of color #CE080F: hue angle of 357.88º 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 #CE080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.19 |
| HSL | 357.88º | 0.93% | 0.42% | - |
| HSV(B) | 357.88º | 0.96% | 0.81% | - |
| XYZ | 25.63 | 13.33 | 1.67 | - |
| YUV | 68 | 98.1 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 15 | 0 | 0.96 | 0.93 | 0.19 | 357.88 | 0.93 | 0.42 |
| Hex | CE | 8 | F | 0 | 60 | 5D | 13 | 166 | 5D | 2A |
| Octal | 316 | 10 | 17 | 0 | 140 | 135 | 23 | 546 | 135 | 52 |
| Binary | 11001110 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CE080F
Complementary color
Monochromatic Colors of #CE080F
Black with #CE080F
Text Example
Text Example
White with #CE080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE080F; }
p { color: rgb(206,8,15); }
H1.HeaderClassName
{
color: #CE080F;
}
.AnyTagClassName
{
color: #CE080F;
}
</style>
background-color css
<style>
a { background-color: #CE080F; }
a { background-color: rgb(206,8,15); }
div.DivClassName
{
background-color: #CE080F;
}
.BgClassName
{
background-color: #CE080F;
}
</style>
border-color css
<style>
span { border-color: #CE080F; }
span { border-color: rgb(206,8,15); }
td.TdClassName
{
border-color: #CE080F;
}
.TagClassName
{
border-color: #CE080F;
}
</style>