Shades of Scarlet #EA1508
Tints of Scarlet #EA1508
RGB
CMYK
RGB Variations
Color information
#EA1508 (or 0xEA1508) is known color: Scarlet. HEX triplet: EA, 15 and 08. RGB value is (234,21,8). Sum of RGB (Red+Green+Blue) = 234+21+8=263 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.97% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1508 is #15EAF7. Grayscale: #535353. Windows color (decimal): -1436408 or 529898. OLE color: 529898.
HSL color Cylindrical-coordinate representation of color #EA1508: hue angle of 3.45º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA1508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.08 |
| HSL | 3.45º | 0.93% | 0.47% | - |
| HSV(B) | 3.45º | 0.97% | 0.92% | - |
| XYZ | 34.24 | 18.05 | 1.91 | - |
| YUV | 83.21 | 85.57 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 8 | 0 | 0.91 | 0.97 | 0.08 | 3.45 | 0.93 | 0.47 |
| Hex | EA | 15 | 8 | 0 | 5B | 61 | 8 | 3 | 5D | 2F |
| Octal | 352 | 25 | 10 | 0 | 133 | 141 | 10 | 3 | 135 | 57 |
| Binary | 11101010 | 10101 | 1000 | 0 | 1011011 | 1100001 | 1000 | 11 | 1011101 | 101111 |
Color Harmonies of #EA1508
Complementary color
Monochromatic Colors of #EA1508
Black with #EA1508
Text Example
Text Example
White with #EA1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1508; }
p { color: rgb(234,21,8); }
H1.HeaderClassName
{
color: #EA1508;
}
.AnyTagClassName
{
color: #EA1508;
}
</style>
background-color css
<style>
a { background-color: #EA1508; }
a { background-color: rgb(234,21,8); }
div.DivClassName
{
background-color: #EA1508;
}
.BgClassName
{
background-color: #EA1508;
}
</style>
border-color css
<style>
span { border-color: #EA1508; }
span { border-color: rgb(234,21,8); }
td.TdClassName
{
border-color: #EA1508;
}
.TagClassName
{
border-color: #EA1508;
}
</style>