Shades of Scarlet #EA1B1A
Tints of Scarlet #EA1B1A
RGB
CMYK
RGB Variations
Color information
#EA1B1A (or 0xEA1B1A) is known color: Scarlet. HEX triplet: EA, 1B and 1A. RGB value is (234,27,26). Sum of RGB (Red+Green+Blue) = 234+27+26=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1B1A is #15E4E5. Grayscale: #585858. Windows color (decimal): -1434854 or 1711082. OLE color: 1711082.
HSL color Cylindrical-coordinate representation of color #EA1B1A: hue angle of 0.29º 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 #EA1B1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.08 |
| HSL | 0.29º | 0.83% | 0.51% | - |
| HSV(B) | 0.29º | 0.89% | 0.92% | - |
| XYZ | 34.51 | 18.35 | 2.7 | - |
| YUV | 88.78 | 92.58 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 26 | 0 | 0.88 | 0.89 | 0.08 | 0.29 | 0.83 | 0.51 |
| Hex | EA | 1B | 1A | 0 | 58 | 59 | 8 | 0 | 53 | 33 |
| Octal | 352 | 33 | 32 | 0 | 130 | 131 | 10 | 0 | 123 | 63 |
| Binary | 11101010 | 11011 | 11010 | 0 | 1011000 | 1011001 | 1000 | 0 | 1010011 | 110011 |
Color Harmonies of #EA1B1A
Complementary color
Monochromatic Colors of #EA1B1A
Black with #EA1B1A
Text Example
Text Example
White with #EA1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B1A; }
p { color: rgb(234,27,26); }
H1.HeaderClassName
{
color: #EA1B1A;
}
.AnyTagClassName
{
color: #EA1B1A;
}
</style>
background-color css
<style>
a { background-color: #EA1B1A; }
a { background-color: rgb(234,27,26); }
div.DivClassName
{
background-color: #EA1B1A;
}
.BgClassName
{
background-color: #EA1B1A;
}
</style>
border-color css
<style>
span { border-color: #EA1B1A; }
span { border-color: rgb(234,27,26); }
td.TdClassName
{
border-color: #EA1B1A;
}
.TagClassName
{
border-color: #EA1B1A;
}
</style>