Shades of Scarlet #EA201A
Tints of Scarlet #EA201A
RGB
CMYK
RGB Variations
Color information
#EA201A (or 0xEA201A) is known color: Scarlet. HEX triplet: EA, 20 and 1A. RGB value is (234,32,26). Sum of RGB (Red+Green+Blue) = 234+32+26=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA201A is #15DFE5. Grayscale: #5B5B5B. Windows color (decimal): -1433574 or 1712362. OLE color: 1712362.
HSL color Cylindrical-coordinate representation of color #EA201A: hue angle of 1.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA201A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.08 |
| HSL | 1.73º | 0.83% | 0.51% | - |
| HSV(B) | 1.73º | 0.89% | 0.92% | - |
| XYZ | 34.63 | 18.6 | 2.74 | - |
| YUV | 91.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 26 | 0 | 0.86 | 0.89 | 0.08 | 1.73 | 0.83 | 0.51 |
| Hex | EA | 20 | 1A | 0 | 56 | 59 | 8 | 2 | 53 | 33 |
| Octal | 352 | 40 | 32 | 0 | 126 | 131 | 10 | 2 | 123 | 63 |
| Binary | 11101010 | 100000 | 11010 | 0 | 1010110 | 1011001 | 1000 | 10 | 1010011 | 110011 |
Color Harmonies of #EA201A
Complementary color
Monochromatic Colors of #EA201A
Black with #EA201A
Text Example
Text Example
White with #EA201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA201A; }
p { color: rgb(234,32,26); }
H1.HeaderClassName
{
color: #EA201A;
}
.AnyTagClassName
{
color: #EA201A;
}
</style>
background-color css
<style>
a { background-color: #EA201A; }
a { background-color: rgb(234,32,26); }
div.DivClassName
{
background-color: #EA201A;
}
.BgClassName
{
background-color: #EA201A;
}
</style>
border-color css
<style>
span { border-color: #EA201A; }
span { border-color: rgb(234,32,26); }
td.TdClassName
{
border-color: #EA201A;
}
.TagClassName
{
border-color: #EA201A;
}
</style>