Shades of Scarlet #EA220F
Tints of Scarlet #EA220F
RGB
CMYK
RGB Variations
Color information
#EA220F (or 0xEA220F) is known color: Scarlet. HEX triplet: EA, 22 and 0F. RGB value is (234,34,15). Sum of RGB (Red+Green+Blue) = 234+34+15=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA220F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA220F is #15DDF0. Grayscale: #5B5B5B. Windows color (decimal): -1433073 or 991978. OLE color: 991978.
HSL color Cylindrical-coordinate representation of color #EA220F: hue angle of 5.21º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA220F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.08 |
| HSL | 5.21º | 0.88% | 0.49% | - |
| HSV(B) | 5.21º | 0.94% | 0.92% | - |
| XYZ | 34.59 | 18.67 | 2.23 | - |
| YUV | 91.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 15 | 0 | 0.85 | 0.94 | 0.08 | 5.21 | 0.88 | 0.49 |
| Hex | EA | 22 | F | 0 | 55 | 5E | 8 | 5 | 58 | 31 |
| Octal | 352 | 42 | 17 | 0 | 125 | 136 | 10 | 5 | 130 | 61 |
| Binary | 11101010 | 100010 | 1111 | 0 | 1010101 | 1011110 | 1000 | 101 | 1011000 | 110001 |
Color Harmonies of #EA220F
Complementary color
Monochromatic Colors of #EA220F
Black with #EA220F
Text Example
Text Example
White with #EA220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA220F; }
p { color: rgb(234,34,15); }
H1.HeaderClassName
{
color: #EA220F;
}
.AnyTagClassName
{
color: #EA220F;
}
</style>
background-color css
<style>
a { background-color: #EA220F; }
a { background-color: rgb(234,34,15); }
div.DivClassName
{
background-color: #EA220F;
}
.BgClassName
{
background-color: #EA220F;
}
</style>
border-color css
<style>
span { border-color: #EA220F; }
span { border-color: rgb(234,34,15); }
td.TdClassName
{
border-color: #EA220F;
}
.TagClassName
{
border-color: #EA220F;
}
</style>