Shades of Venetian Red #CE091D
Tints of Venetian Red #CE091D
RGB
CMYK
RGB Variations
Color information
#CE091D (or 0xCE091D) is known color: Venetian Red. HEX triplet: CE, 09 and 1D. RGB value is (206,9,29). Sum of RGB (Red+Green+Blue) = 206+9+29=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE091D is #31F6E2. Grayscale: #464646. Windows color (decimal): -3274467 or 1903054. OLE color: 1903054.
HSL color Cylindrical-coordinate representation of color #CE091D: hue angle of 353.91º degrees, saturation: 0.92, 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 #CE091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.19 |
| HSL | 353.91º | 0.92% | 0.42% | - |
| HSV(B) | 353.91º | 0.96% | 0.81% | - |
| XYZ | 25.77 | 13.41 | 2.39 | - |
| YUV | 70.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 29 | 0 | 0.96 | 0.86 | 0.19 | 353.91 | 0.92 | 0.42 |
| Hex | CE | 9 | 1D | 0 | 60 | 56 | 13 | 162 | 5C | 2A |
| Octal | 316 | 11 | 35 | 0 | 140 | 126 | 23 | 542 | 134 | 52 |
| Binary | 11001110 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10011 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CE091D
Complementary color
Monochromatic Colors of #CE091D
Black with #CE091D
Text Example
Text Example
White with #CE091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE091D; }
p { color: rgb(206,9,29); }
H1.HeaderClassName
{
color: #CE091D;
}
.AnyTagClassName
{
color: #CE091D;
}
</style>
background-color css
<style>
a { background-color: #CE091D; }
a { background-color: rgb(206,9,29); }
div.DivClassName
{
background-color: #CE091D;
}
.BgClassName
{
background-color: #CE091D;
}
</style>
border-color css
<style>
span { border-color: #CE091D; }
span { border-color: rgb(206,9,29); }
td.TdClassName
{
border-color: #CE091D;
}
.TagClassName
{
border-color: #CE091D;
}
</style>