Shades of Scarlet #EA2D15
Tints of Scarlet #EA2D15
RGB
CMYK
RGB Variations
Color information
#EA2D15 (or 0xEA2D15) is known color: Scarlet. HEX triplet: EA, 2D and 15. RGB value is (234,45,21). Sum of RGB (Red+Green+Blue) = 234+45+21=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D15 is #15D2EA. Grayscale: #636363. Windows color (decimal): -1430251 or 1388010. OLE color: 1388010.
HSL color Cylindrical-coordinate representation of color #EA2D15: hue angle of 6.76º 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 #EA2D15 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 21 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.08 |
| HSL | 6.76º | 0.84% | 0.5% | - |
| HSV(B) | 6.76º | 0.91% | 0.92% | - |
| XYZ | 35.01 | 19.42 | 2.61 | - |
| YUV | 98.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 21 | 0 | 0.81 | 0.91 | 0.08 | 6.76 | 0.84 | 0.5 |
| Hex | EA | 2D | 15 | 0 | 51 | 5B | 8 | 7 | 54 | 32 |
| Octal | 352 | 55 | 25 | 0 | 121 | 133 | 10 | 7 | 124 | 62 |
| Binary | 11101010 | 101101 | 10101 | 0 | 1010001 | 1011011 | 1000 | 111 | 1010100 | 110010 |
Color Harmonies of #EA2D15
Complementary color
Monochromatic Colors of #EA2D15
Black with #EA2D15
Text Example
Text Example
White with #EA2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2D15; }
p { color: rgb(234,45,21); }
H1.HeaderClassName
{
color: #EA2D15;
}
.AnyTagClassName
{
color: #EA2D15;
}
</style>
background-color css
<style>
a { background-color: #EA2D15; }
a { background-color: rgb(234,45,21); }
div.DivClassName
{
background-color: #EA2D15;
}
.BgClassName
{
background-color: #EA2D15;
}
</style>
border-color css
<style>
span { border-color: #EA2D15; }
span { border-color: rgb(234,45,21); }
td.TdClassName
{
border-color: #EA2D15;
}
.TagClassName
{
border-color: #EA2D15;
}
</style>