Shades of Venetian Red #CE090B
Tints of Venetian Red #CE090B
RGB
CMYK
RGB Variations
Color information
#CE090B (or 0xCE090B) is known color: Venetian Red. HEX triplet: CE, 09 and 0B. RGB value is (206,9,11). Sum of RGB (Red+Green+Blue) = 206+9+11=226 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.15% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 206 - color contains mainly: red. Hex color #CE090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE090B is #31F6F4. Grayscale: #444444. Windows color (decimal): -3274485 or 723406. OLE color: 723406.
HSL color Cylindrical-coordinate representation of color #CE090B: hue angle of 359.39º 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 #CE090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.19 |
| HSL | 359.39º | 0.92% | 0.42% | - |
| HSV(B) | 359.39º | 0.96% | 0.81% | - |
| XYZ | 25.61 | 13.34 | 1.54 | - |
| YUV | 68.13 | 95.77 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 11 | 0 | 0.96 | 0.95 | 0.19 | 359.39 | 0.92 | 0.42 |
| Hex | CE | 9 | B | 0 | 60 | 5F | 13 | 167 | 5C | 2A |
| Octal | 316 | 11 | 13 | 0 | 140 | 137 | 23 | 547 | 134 | 52 |
| Binary | 11001110 | 1001 | 1011 | 0 | 1100000 | 1011111 | 10011 | 101100111 | 1011100 | 101010 |
Color Harmonies of #CE090B
Complementary color
Monochromatic Colors of #CE090B
Black with #CE090B
Text Example
Text Example
White with #CE090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE090B; }
p { color: rgb(206,9,11); }
H1.HeaderClassName
{
color: #CE090B;
}
.AnyTagClassName
{
color: #CE090B;
}
</style>
background-color css
<style>
a { background-color: #CE090B; }
a { background-color: rgb(206,9,11); }
div.DivClassName
{
background-color: #CE090B;
}
.BgClassName
{
background-color: #CE090B;
}
</style>
border-color css
<style>
span { border-color: #CE090B; }
span { border-color: rgb(206,9,11); }
td.TdClassName
{
border-color: #CE090B;
}
.TagClassName
{
border-color: #CE090B;
}
</style>