Shades of Venetian Red #EA010D
Tints of Venetian Red #EA010D
RGB
CMYK
RGB Variations
Color information
#EA010D (or 0xEA010D) is known color: Venetian Red. HEX triplet: EA, 01 and 0D. RGB value is (234,1,13). Sum of RGB (Red+Green+Blue) = 234+1+13=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA010D is #15FEF2. Grayscale: #484848. Windows color (decimal): -1441523 or 852458. OLE color: 852458.
HSL color Cylindrical-coordinate representation of color #EA010D: hue angle of 356.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.08 |
| HSL | 356.91º | 0.99% | 0.46% | - |
| HSV(B) | 356.91º | 1% | 0.92% | - |
| XYZ | 34.02 | 17.54 | 1.97 | - |
| YUV | 72.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 13 | 0 | 1.00 | 0.94 | 0.08 | 356.91 | 0.99 | 0.46 |
| Hex | EA | 1 | D | 0 | 64 | 5E | 8 | 165 | 63 | 2E |
| Octal | 352 | 1 | 15 | 0 | 144 | 136 | 10 | 545 | 143 | 56 |
| Binary | 11101010 | 1 | 1101 | 0 | 1100100 | 1011110 | 1000 | 101100101 | 1100011 | 101110 |
Color Harmonies of #EA010D
Complementary color
Monochromatic Colors of #EA010D
Black with #EA010D
Text Example
Text Example
White with #EA010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA010D; }
p { color: rgb(234,1,13); }
H1.HeaderClassName
{
color: #EA010D;
}
.AnyTagClassName
{
color: #EA010D;
}
</style>
background-color css
<style>
a { background-color: #EA010D; }
a { background-color: rgb(234,1,13); }
div.DivClassName
{
background-color: #EA010D;
}
.BgClassName
{
background-color: #EA010D;
}
</style>
border-color css
<style>
span { border-color: #EA010D; }
span { border-color: rgb(234,1,13); }
td.TdClassName
{
border-color: #EA010D;
}
.TagClassName
{
border-color: #EA010D;
}
</style>