Shades of Venetian Red #CE090A
Tints of Venetian Red #CE090A
RGB
CMYK
RGB Variations
Color information
#CE090A (or 0xCE090A) is known color: Venetian Red. HEX triplet: CE, 09 and 0A. RGB value is (206,9,10). Sum of RGB (Red+Green+Blue) = 206+9+10=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE090A is #31F6F5. Grayscale: #444444. Windows color (decimal): -3274486 or 657870. OLE color: 657870.
HSL color Cylindrical-coordinate representation of color #CE090A: hue angle of 359.7º 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 #CE090A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.19 |
| HSL | 359.7º | 0.92% | 0.42% | - |
| HSV(B) | 359.7º | 0.96% | 0.81% | - |
| XYZ | 25.61 | 13.34 | 1.51 | - |
| YUV | 68.02 | 95.27 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 10 | 0 | 0.96 | 0.95 | 0.19 | 359.7 | 0.92 | 0.42 |
| Hex | CE | 9 | A | 0 | 60 | 5F | 13 | 168 | 5C | 2A |
| Octal | 316 | 11 | 12 | 0 | 140 | 137 | 23 | 550 | 134 | 52 |
| Binary | 11001110 | 1001 | 1010 | 0 | 1100000 | 1011111 | 10011 | 101101000 | 1011100 | 101010 |
Color Harmonies of #CE090A
Complementary color
Monochromatic Colors of #CE090A
Black with #CE090A
Text Example
Text Example
White with #CE090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE090A; }
p { color: rgb(206,9,10); }
H1.HeaderClassName
{
color: #CE090A;
}
.AnyTagClassName
{
color: #CE090A;
}
</style>
background-color css
<style>
a { background-color: #CE090A; }
a { background-color: rgb(206,9,10); }
div.DivClassName
{
background-color: #CE090A;
}
.BgClassName
{
background-color: #CE090A;
}
</style>
border-color css
<style>
span { border-color: #CE090A; }
span { border-color: rgb(206,9,10); }
td.TdClassName
{
border-color: #CE090A;
}
.TagClassName
{
border-color: #CE090A;
}
</style>