Shades of Scarlet #EA1805
Tints of Scarlet #EA1805
RGB
CMYK
RGB Variations
Color information
#EA1805 (or 0xEA1805) is known color: Scarlet. HEX triplet: EA, 18 and 05. RGB value is (234,24,5). Sum of RGB (Red+Green+Blue) = 234+24+5=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1805 is #15E7FA. Grayscale: #545454. Windows color (decimal): -1435643 or 334058. OLE color: 334058.
HSL color Cylindrical-coordinate representation of color #EA1805: hue angle of 4.98º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA1805 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.08 |
| HSL | 4.98º | 0.96% | 0.47% | - |
| HSV(B) | 4.98º | 0.98% | 0.92% | - |
| XYZ | 34.29 | 18.16 | 1.84 | - |
| YUV | 84.62 | 83.07 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 5 | 0 | 0.90 | 0.98 | 0.08 | 4.98 | 0.96 | 0.47 |
| Hex | EA | 18 | 5 | 0 | 5A | 62 | 8 | 5 | 60 | 2F |
| Octal | 352 | 30 | 5 | 0 | 132 | 142 | 10 | 5 | 140 | 57 |
| Binary | 11101010 | 11000 | 101 | 0 | 1011010 | 1100010 | 1000 | 101 | 1100000 | 101111 |
Color Harmonies of #EA1805
Complementary color
Monochromatic Colors of #EA1805
Black with #EA1805
Text Example
Text Example
White with #EA1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1805; }
p { color: rgb(234,24,5); }
H1.HeaderClassName
{
color: #EA1805;
}
.AnyTagClassName
{
color: #EA1805;
}
</style>
background-color css
<style>
a { background-color: #EA1805; }
a { background-color: rgb(234,24,5); }
div.DivClassName
{
background-color: #EA1805;
}
.BgClassName
{
background-color: #EA1805;
}
</style>
border-color css
<style>
span { border-color: #EA1805; }
span { border-color: rgb(234,24,5); }
td.TdClassName
{
border-color: #EA1805;
}
.TagClassName
{
border-color: #EA1805;
}
</style>