Shades of Venetian Red #CE091C
Tints of Venetian Red #CE091C
RGB
CMYK
RGB Variations
Color information
#CE091C (or 0xCE091C) is known color: Venetian Red. HEX triplet: CE, 09 and 1C. RGB value is (206,9,28). Sum of RGB (Red+Green+Blue) = 206+9+28=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE091C is #31F6E3. Grayscale: #464646. Windows color (decimal): -3274468 or 1837518. OLE color: 1837518.
HSL color Cylindrical-coordinate representation of color #CE091C: hue angle of 354.21º 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 #CE091C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.19 |
| HSL | 354.21º | 0.92% | 0.42% | - |
| HSV(B) | 354.21º | 0.96% | 0.81% | - |
| XYZ | 25.76 | 13.4 | 2.33 | - |
| YUV | 70.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 28 | 0 | 0.96 | 0.86 | 0.19 | 354.21 | 0.92 | 0.42 |
| Hex | CE | 9 | 1C | 0 | 60 | 56 | 13 | 162 | 5C | 2A |
| Octal | 316 | 11 | 34 | 0 | 140 | 126 | 23 | 542 | 134 | 52 |
| Binary | 11001110 | 1001 | 11100 | 0 | 1100000 | 1010110 | 10011 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CE091C
Complementary color
Monochromatic Colors of #CE091C
Black with #CE091C
Text Example
Text Example
White with #CE091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE091C; }
p { color: rgb(206,9,28); }
H1.HeaderClassName
{
color: #CE091C;
}
.AnyTagClassName
{
color: #CE091C;
}
</style>
background-color css
<style>
a { background-color: #CE091C; }
a { background-color: rgb(206,9,28); }
div.DivClassName
{
background-color: #CE091C;
}
.BgClassName
{
background-color: #CE091C;
}
</style>
border-color css
<style>
span { border-color: #CE091C; }
span { border-color: rgb(206,9,28); }
td.TdClassName
{
border-color: #CE091C;
}
.TagClassName
{
border-color: #CE091C;
}
</style>