Shades of Scarlet #EA211B
Tints of Scarlet #EA211B
RGB
CMYK
RGB Variations
Color information
#EA211B (or 0xEA211B) is known color: Scarlet. HEX triplet: EA, 21 and 1B. RGB value is (234,33,27). Sum of RGB (Red+Green+Blue) = 234+33+27=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA211B is #15DEE4. Grayscale: #5C5C5C. Windows color (decimal): -1433317 or 1778154. OLE color: 1778154.
HSL color Cylindrical-coordinate representation of color #EA211B: hue angle of 1.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA211B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.08 |
| HSL | 1.74º | 0.83% | 0.51% | - |
| HSV(B) | 1.74º | 0.88% | 0.92% | - |
| XYZ | 34.67 | 18.66 | 2.81 | - |
| YUV | 92.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 27 | 0 | 0.86 | 0.88 | 0.08 | 1.74 | 0.83 | 0.51 |
| Hex | EA | 21 | 1B | 0 | 56 | 58 | 8 | 2 | 53 | 33 |
| Octal | 352 | 41 | 33 | 0 | 126 | 130 | 10 | 2 | 123 | 63 |
| Binary | 11101010 | 100001 | 11011 | 0 | 1010110 | 1011000 | 1000 | 10 | 1010011 | 110011 |
Color Harmonies of #EA211B
Complementary color
Monochromatic Colors of #EA211B
Black with #EA211B
Text Example
Text Example
White with #EA211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA211B; }
p { color: rgb(234,33,27); }
H1.HeaderClassName
{
color: #EA211B;
}
.AnyTagClassName
{
color: #EA211B;
}
</style>
background-color css
<style>
a { background-color: #EA211B; }
a { background-color: rgb(234,33,27); }
div.DivClassName
{
background-color: #EA211B;
}
.BgClassName
{
background-color: #EA211B;
}
</style>
border-color css
<style>
span { border-color: #EA211B; }
span { border-color: rgb(234,33,27); }
td.TdClassName
{
border-color: #EA211B;
}
.TagClassName
{
border-color: #EA211B;
}
</style>