Shades of Venetian Red #E0010F
Tints of Venetian Red #E0010F
RGB
CMYK
RGB Variations
Color information
#E0010F (or 0xE0010F) is known color: Venetian Red. HEX triplet: E0, 01 and 0F. RGB value is (224,1,15). Sum of RGB (Red+Green+Blue) = 224+1+15=240 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 224 - color contains mainly: red. Hex color #E0010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0010F is #1FFEF0. Grayscale: #454545. Windows color (decimal): -2096881 or 983520. OLE color: 983520.
HSL color Cylindrical-coordinate representation of color #E0010F: hue angle of 356.23º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.12 |
| HSL | 356.23º | 0.99% | 0.44% | - |
| HSV(B) | 356.23º | 1% | 0.88% | - |
| XYZ | 30.84 | 15.9 | 1.9 | - |
| YUV | 69.27 | 97.38 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 15 | 0 | 1.00 | 0.93 | 0.12 | 356.23 | 0.99 | 0.44 |
| Hex | E0 | 1 | F | 0 | 64 | 5D | C | 164 | 63 | 2C |
| Octal | 340 | 1 | 17 | 0 | 144 | 135 | 14 | 544 | 143 | 54 |
| Binary | 11100000 | 1 | 1111 | 0 | 1100100 | 1011101 | 1100 | 101100100 | 1100011 | 101100 |
Color Harmonies of #E0010F
Complementary color
Monochromatic Colors of #E0010F
Black with #E0010F
Text Example
Text Example
White with #E0010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0010F; }
p { color: rgb(224,1,15); }
H1.HeaderClassName
{
color: #E0010F;
}
.AnyTagClassName
{
color: #E0010F;
}
</style>
background-color css
<style>
a { background-color: #E0010F; }
a { background-color: rgb(224,1,15); }
div.DivClassName
{
background-color: #E0010F;
}
.BgClassName
{
background-color: #E0010F;
}
</style>
border-color css
<style>
span { border-color: #E0010F; }
span { border-color: rgb(224,1,15); }
td.TdClassName
{
border-color: #E0010F;
}
.TagClassName
{
border-color: #E0010F;
}
</style>