Shades of Scarlet #EA251C
Tints of Scarlet #EA251C
RGB
CMYK
RGB Variations
Color information
#EA251C (or 0xEA251C) is known color: Scarlet. HEX triplet: EA, 25 and 1C. RGB value is (234,37,28). Sum of RGB (Red+Green+Blue) = 234+37+28=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA251C is #15DAE3. Grayscale: #5F5F5F. Windows color (decimal): -1432292 or 1844714. OLE color: 1844714.
HSL color Cylindrical-coordinate representation of color #EA251C: hue angle of 2.62º 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 #EA251C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.08 |
| HSL | 2.62º | 0.83% | 0.51% | - |
| HSV(B) | 2.62º | 0.88% | 0.92% | - |
| XYZ | 34.8 | 18.9 | 2.91 | - |
| YUV | 94.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 28 | 0 | 0.84 | 0.88 | 0.08 | 2.62 | 0.83 | 0.51 |
| Hex | EA | 25 | 1C | 0 | 54 | 58 | 8 | 3 | 53 | 33 |
| Octal | 352 | 45 | 34 | 0 | 124 | 130 | 10 | 3 | 123 | 63 |
| Binary | 11101010 | 100101 | 11100 | 0 | 1010100 | 1011000 | 1000 | 11 | 1010011 | 110011 |
Color Harmonies of #EA251C
Complementary color
Monochromatic Colors of #EA251C
Black with #EA251C
Text Example
Text Example
White with #EA251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA251C; }
p { color: rgb(234,37,28); }
H1.HeaderClassName
{
color: #EA251C;
}
.AnyTagClassName
{
color: #EA251C;
}
</style>
background-color css
<style>
a { background-color: #EA251C; }
a { background-color: rgb(234,37,28); }
div.DivClassName
{
background-color: #EA251C;
}
.BgClassName
{
background-color: #EA251C;
}
</style>
border-color css
<style>
span { border-color: #EA251C; }
span { border-color: rgb(234,37,28); }
td.TdClassName
{
border-color: #EA251C;
}
.TagClassName
{
border-color: #EA251C;
}
</style>