Shades of Scarlet #EA1200
Tints of Scarlet #EA1200
RGB
CMYK
RGB Variations
Color information
#EA1200 (or 0xEA1200) is known color: Scarlet. HEX triplet: EA, 12 and 00. RGB value is (234,18,0). Sum of RGB (Red+Green+Blue) = 234+18+0=252 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.86% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1200 is #15EDFF. Grayscale: #505050. Windows color (decimal): -1437184 or 4842. OLE color: 4842.
HSL color Cylindrical-coordinate representation of color #EA1200: hue angle of 4.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA1200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.08 |
| HSL | 4.62º | 1% | 0.46% | - |
| HSV(B) | 4.62º | 1% | 0.92% | - |
| XYZ | 34.15 | 17.93 | 1.66 | - |
| YUV | 80.53 | 82.56 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 0 | 0 | 0.92 | 1 | 0.08 | 4.62 | 1 | 0.46 |
| Hex | EA | 12 | 0 | 0 | 5C | 64 | 8 | 5 | 64 | 2E |
| Octal | 352 | 22 | 0 | 0 | 134 | 144 | 10 | 5 | 144 | 56 |
| Binary | 11101010 | 10010 | 0 | 0 | 1011100 | 1100100 | 1000 | 101 | 1100100 | 101110 |
Color Harmonies of #EA1200
Complementary color
Monochromatic Colors of #EA1200
Black with #EA1200
Text Example
Text Example
White with #EA1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1200; }
p { color: rgb(234,18,0); }
H1.HeaderClassName
{
color: #EA1200;
}
.AnyTagClassName
{
color: #EA1200;
}
</style>
background-color css
<style>
a { background-color: #EA1200; }
a { background-color: rgb(234,18,0); }
div.DivClassName
{
background-color: #EA1200;
}
.BgClassName
{
background-color: #EA1200;
}
</style>
border-color css
<style>
span { border-color: #EA1200; }
span { border-color: rgb(234,18,0); }
td.TdClassName
{
border-color: #EA1200;
}
.TagClassName
{
border-color: #EA1200;
}
</style>