Shades of Scarlet #EA220C
Tints of Scarlet #EA220C
RGB
CMYK
RGB Variations
Color information
#EA220C (or 0xEA220C) is known color: Scarlet. HEX triplet: EA, 22 and 0C. RGB value is (234,34,12). Sum of RGB (Red+Green+Blue) = 234+34+12=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA220C is #15DDF3. Grayscale: #5B5B5B. Windows color (decimal): -1433076 or 795370. OLE color: 795370.
HSL color Cylindrical-coordinate representation of color #EA220C: hue angle of 5.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA220C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.08 |
| HSL | 5.95º | 0.9% | 0.48% | - |
| HSV(B) | 5.95º | 0.95% | 0.92% | - |
| XYZ | 34.57 | 18.66 | 2.13 | - |
| YUV | 91.29 | 83.26 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 12 | 0 | 0.85 | 0.95 | 0.08 | 5.95 | 0.9 | 0.48 |
| Hex | EA | 22 | C | 0 | 55 | 5F | 8 | 6 | 5A | 30 |
| Octal | 352 | 42 | 14 | 0 | 125 | 137 | 10 | 6 | 132 | 60 |
| Binary | 11101010 | 100010 | 1100 | 0 | 1010101 | 1011111 | 1000 | 110 | 1011010 | 110000 |
Color Harmonies of #EA220C
Complementary color
Monochromatic Colors of #EA220C
Black with #EA220C
Text Example
Text Example
White with #EA220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA220C; }
p { color: rgb(234,34,12); }
H1.HeaderClassName
{
color: #EA220C;
}
.AnyTagClassName
{
color: #EA220C;
}
</style>
background-color css
<style>
a { background-color: #EA220C; }
a { background-color: rgb(234,34,12); }
div.DivClassName
{
background-color: #EA220C;
}
.BgClassName
{
background-color: #EA220C;
}
</style>
border-color css
<style>
span { border-color: #EA220C; }
span { border-color: rgb(234,34,12); }
td.TdClassName
{
border-color: #EA220C;
}
.TagClassName
{
border-color: #EA220C;
}
</style>