Shades of Scarlet #EA2F17
Tints of Scarlet #EA2F17
RGB
CMYK
RGB Variations
Color information
#EA2F17 (or 0xEA2F17) is known color: Scarlet. HEX triplet: EA, 2F and 17. RGB value is (234,47,23). Sum of RGB (Red+Green+Blue) = 234+47+23=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2F17 is #15D0E8. Grayscale: #646464. Windows color (decimal): -1429737 or 1519594. OLE color: 1519594.
HSL color Cylindrical-coordinate representation of color #EA2F17: hue angle of 6.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA2F17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 23 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.08 |
| HSL | 6.82º | 0.83% | 0.5% | - |
| HSV(B) | 6.82º | 0.9% | 0.92% | - |
| XYZ | 35.1 | 19.59 | 2.74 | - |
| YUV | 100.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 23 | 0 | 0.80 | 0.90 | 0.08 | 6.82 | 0.83 | 0.5 |
| Hex | EA | 2F | 17 | 0 | 50 | 5A | 8 | 7 | 53 | 32 |
| Octal | 352 | 57 | 27 | 0 | 120 | 132 | 10 | 7 | 123 | 62 |
| Binary | 11101010 | 101111 | 10111 | 0 | 1010000 | 1011010 | 1000 | 111 | 1010011 | 110010 |
Color Harmonies of #EA2F17
Complementary color
Monochromatic Colors of #EA2F17
Black with #EA2F17
Text Example
Text Example
White with #EA2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F17; }
p { color: rgb(234,47,23); }
H1.HeaderClassName
{
color: #EA2F17;
}
.AnyTagClassName
{
color: #EA2F17;
}
</style>
background-color css
<style>
a { background-color: #EA2F17; }
a { background-color: rgb(234,47,23); }
div.DivClassName
{
background-color: #EA2F17;
}
.BgClassName
{
background-color: #EA2F17;
}
</style>
border-color css
<style>
span { border-color: #EA2F17; }
span { border-color: rgb(234,47,23); }
td.TdClassName
{
border-color: #EA2F17;
}
.TagClassName
{
border-color: #EA2F17;
}
</style>