Shades of Scarlet #EA2808
Tints of Scarlet #EA2808
RGB
CMYK
RGB Variations
Color information
#EA2808 (or 0xEA2808) is known color: Scarlet. HEX triplet: EA, 28 and 08. RGB value is (234,40,8). Sum of RGB (Red+Green+Blue) = 234+40+8=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2808 is #15D7F7. Grayscale: #5E5E5E. Windows color (decimal): -1431544 or 534762. OLE color: 534762.
HSL color Cylindrical-coordinate representation of color #EA2808: hue angle of 8.5º 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 #EA2808 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.08 |
| HSL | 8.5º | 0.93% | 0.47% | - |
| HSV(B) | 8.5º | 0.97% | 0.92% | - |
| XYZ | 34.73 | 19.03 | 2.07 | - |
| YUV | 94.36 | 79.27 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 8 | 0 | 0.83 | 0.97 | 0.08 | 8.5 | 0.93 | 0.47 |
| Hex | EA | 28 | 8 | 0 | 53 | 61 | 8 | 8 | 5D | 2F |
| Octal | 352 | 50 | 10 | 0 | 123 | 141 | 10 | 10 | 135 | 57 |
| Binary | 11101010 | 101000 | 1000 | 0 | 1010011 | 1100001 | 1000 | 1000 | 1011101 | 101111 |
Color Harmonies of #EA2808
Complementary color
Monochromatic Colors of #EA2808
Black with #EA2808
Text Example
Text Example
White with #EA2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2808; }
p { color: rgb(234,40,8); }
H1.HeaderClassName
{
color: #EA2808;
}
.AnyTagClassName
{
color: #EA2808;
}
</style>
background-color css
<style>
a { background-color: #EA2808; }
a { background-color: rgb(234,40,8); }
div.DivClassName
{
background-color: #EA2808;
}
.BgClassName
{
background-color: #EA2808;
}
</style>
border-color css
<style>
span { border-color: #EA2808; }
span { border-color: rgb(234,40,8); }
td.TdClassName
{
border-color: #EA2808;
}
.TagClassName
{
border-color: #EA2808;
}
</style>