Shades of Scarlet #EA1300
Tints of Scarlet #EA1300
RGB
CMYK
RGB Variations
Color information
#EA1300 (or 0xEA1300) is known color: Scarlet. HEX triplet: EA, 13 and 00. RGB value is (234,19,0). Sum of RGB (Red+Green+Blue) = 234+19+0=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1300 is #15ECFF. Grayscale: #515151. Windows color (decimal): -1436928 or 5098. OLE color: 5098.
HSL color Cylindrical-coordinate representation of color #EA1300: hue angle of 4.87º 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 #EA1300 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.08 |
| HSL | 4.87º | 1% | 0.46% | - |
| HSV(B) | 4.87º | 1% | 0.92% | - |
| XYZ | 34.16 | 17.96 | 1.67 | - |
| YUV | 81.12 | 82.23 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 0 | 0 | 0.92 | 1 | 0.08 | 4.87 | 1 | 0.46 |
| Hex | EA | 13 | 0 | 0 | 5C | 64 | 8 | 5 | 64 | 2E |
| Octal | 352 | 23 | 0 | 0 | 134 | 144 | 10 | 5 | 144 | 56 |
| Binary | 11101010 | 10011 | 0 | 0 | 1011100 | 1100100 | 1000 | 101 | 1100100 | 101110 |
Color Harmonies of #EA1300
Complementary color
Monochromatic Colors of #EA1300
Black with #EA1300
Text Example
Text Example
White with #EA1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1300; }
p { color: rgb(234,19,0); }
H1.HeaderClassName
{
color: #EA1300;
}
.AnyTagClassName
{
color: #EA1300;
}
</style>
background-color css
<style>
a { background-color: #EA1300; }
a { background-color: rgb(234,19,0); }
div.DivClassName
{
background-color: #EA1300;
}
.BgClassName
{
background-color: #EA1300;
}
</style>
border-color css
<style>
span { border-color: #EA1300; }
span { border-color: rgb(234,19,0); }
td.TdClassName
{
border-color: #EA1300;
}
.TagClassName
{
border-color: #EA1300;
}
</style>