Shades of Venetian Red #E0090F
Tints of Venetian Red #E0090F
RGB
CMYK
RGB Variations
Color information
#E0090F (or 0xE0090F) is known color: Venetian Red. HEX triplet: E0, 09 and 0F. RGB value is (224,9,15). Sum of RGB (Red+Green+Blue) = 224+9+15=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E0090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0090F is #1FF6F0. Grayscale: #4A4A4A. Windows color (decimal): -2094833 or 985568. OLE color: 985568.
HSL color Cylindrical-coordinate representation of color #E0090F: hue angle of 358.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.12 |
| HSL | 358.33º | 0.92% | 0.46% | - |
| HSV(B) | 358.33º | 0.96% | 0.88% | - |
| XYZ | 30.92 | 16.08 | 1.93 | - |
| YUV | 73.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 15 | 0 | 0.96 | 0.93 | 0.12 | 358.33 | 0.92 | 0.46 |
| Hex | E0 | 9 | F | 0 | 60 | 5D | C | 166 | 5C | 2E |
| Octal | 340 | 11 | 17 | 0 | 140 | 135 | 14 | 546 | 134 | 56 |
| Binary | 11100000 | 1001 | 1111 | 0 | 1100000 | 1011101 | 1100 | 101100110 | 1011100 | 101110 |
Color Harmonies of #E0090F
Complementary color
Monochromatic Colors of #E0090F
Black with #E0090F
Text Example
Text Example
White with #E0090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0090F; }
p { color: rgb(224,9,15); }
H1.HeaderClassName
{
color: #E0090F;
}
.AnyTagClassName
{
color: #E0090F;
}
</style>
background-color css
<style>
a { background-color: #E0090F; }
a { background-color: rgb(224,9,15); }
div.DivClassName
{
background-color: #E0090F;
}
.BgClassName
{
background-color: #E0090F;
}
</style>
border-color css
<style>
span { border-color: #E0090F; }
span { border-color: rgb(224,9,15); }
td.TdClassName
{
border-color: #E0090F;
}
.TagClassName
{
border-color: #E0090F;
}
</style>