Shades of Scarlet #EA1B15
Tints of Scarlet #EA1B15
RGB
CMYK
RGB Variations
Color information
#EA1B15 (or 0xEA1B15) is known color: Scarlet. HEX triplet: EA, 1B and 15. RGB value is (234,27,21). Sum of RGB (Red+Green+Blue) = 234+27+21=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1B15 is #15E4EA. Grayscale: #585858. Windows color (decimal): -1434859 or 1383402. OLE color: 1383402.
HSL color Cylindrical-coordinate representation of color #EA1B15: hue angle of 1.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1B15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.08 |
| HSL | 1.69º | 0.84% | 0.5% | - |
| HSV(B) | 1.69º | 0.91% | 0.92% | - |
| XYZ | 34.46 | 18.33 | 2.43 | - |
| YUV | 88.21 | 90.08 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 21 | 0 | 0.88 | 0.91 | 0.08 | 1.69 | 0.84 | 0.5 |
| Hex | EA | 1B | 15 | 0 | 58 | 5B | 8 | 2 | 54 | 32 |
| Octal | 352 | 33 | 25 | 0 | 130 | 133 | 10 | 2 | 124 | 62 |
| Binary | 11101010 | 11011 | 10101 | 0 | 1011000 | 1011011 | 1000 | 10 | 1010100 | 110010 |
Color Harmonies of #EA1B15
Complementary color
Monochromatic Colors of #EA1B15
Black with #EA1B15
Text Example
Text Example
White with #EA1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1B15; }
p { color: rgb(234,27,21); }
H1.HeaderClassName
{
color: #EA1B15;
}
.AnyTagClassName
{
color: #EA1B15;
}
</style>
background-color css
<style>
a { background-color: #EA1B15; }
a { background-color: rgb(234,27,21); }
div.DivClassName
{
background-color: #EA1B15;
}
.BgClassName
{
background-color: #EA1B15;
}
</style>
border-color css
<style>
span { border-color: #EA1B15; }
span { border-color: rgb(234,27,21); }
td.TdClassName
{
border-color: #EA1B15;
}
.TagClassName
{
border-color: #EA1B15;
}
</style>