Shades of Scarlet #EA221F
Tints of Scarlet #EA221F
RGB
CMYK
RGB Variations
Color information
#EA221F (or 0xEA221F) is known color: Scarlet. HEX triplet: EA, 22 and 1F. RGB value is (234,34,31). Sum of RGB (Red+Green+Blue) = 234+34+31=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA221F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA221F is #15DDE0. Grayscale: #5D5D5D. Windows color (decimal): -1433057 or 2040554. OLE color: 2040554.
HSL color Cylindrical-coordinate representation of color #EA221F: hue angle of 0.89º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA221F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 31 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.08 |
| HSL | 0.89º | 0.83% | 0.52% | - |
| HSV(B) | 0.89º | 0.87% | 0.92% | - |
| XYZ | 34.75 | 18.74 | 3.08 | - |
| YUV | 93.46 | 92.76 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 31 | 0 | 0.85 | 0.87 | 0.08 | 0.89 | 0.83 | 0.52 |
| Hex | EA | 22 | 1F | 0 | 55 | 57 | 8 | 1 | 53 | 34 |
| Octal | 352 | 42 | 37 | 0 | 125 | 127 | 10 | 1 | 123 | 64 |
| Binary | 11101010 | 100010 | 11111 | 0 | 1010101 | 1010111 | 1000 | 1 | 1010011 | 110100 |
Color Harmonies of #EA221F
Complementary color
Monochromatic Colors of #EA221F
Black with #EA221F
Text Example
Text Example
White with #EA221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA221F; }
p { color: rgb(234,34,31); }
H1.HeaderClassName
{
color: #EA221F;
}
.AnyTagClassName
{
color: #EA221F;
}
</style>
background-color css
<style>
a { background-color: #EA221F; }
a { background-color: rgb(234,34,31); }
div.DivClassName
{
background-color: #EA221F;
}
.BgClassName
{
background-color: #EA221F;
}
</style>
border-color css
<style>
span { border-color: #EA221F; }
span { border-color: rgb(234,34,31); }
td.TdClassName
{
border-color: #EA221F;
}
.TagClassName
{
border-color: #EA221F;
}
</style>