Shades of Scarlet #EA2200
Tints of Scarlet #EA2200
RGB
CMYK
RGB Variations
Color information
#EA2200 (or 0xEA2200) is known color: Scarlet. HEX triplet: EA, 22 and 00. RGB value is (234,34,0). Sum of RGB (Red+Green+Blue) = 234+34+0=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2200 is #15DDFF. Grayscale: #5A5A5A. Windows color (decimal): -1433088 or 8938. OLE color: 8938.
HSL color Cylindrical-coordinate representation of color #EA2200: hue angle of 8.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA2200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.08 |
| HSL | 8.72º | 1% | 0.46% | - |
| HSV(B) | 8.72º | 1% | 0.92% | - |
| XYZ | 34.5 | 18.64 | 1.78 | - |
| YUV | 89.92 | 77.26 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 0 | 0 | 0.85 | 1 | 0.08 | 8.72 | 1 | 0.46 |
| Hex | EA | 22 | 0 | 0 | 55 | 64 | 8 | 9 | 64 | 2E |
| Octal | 352 | 42 | 0 | 0 | 125 | 144 | 10 | 11 | 144 | 56 |
| Binary | 11101010 | 100010 | 0 | 0 | 1010101 | 1100100 | 1000 | 1001 | 1100100 | 101110 |
Color Harmonies of #EA2200
Complementary color
Monochromatic Colors of #EA2200
Black with #EA2200
Text Example
Text Example
White with #EA2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2200; }
p { color: rgb(234,34,0); }
H1.HeaderClassName
{
color: #EA2200;
}
.AnyTagClassName
{
color: #EA2200;
}
</style>
background-color css
<style>
a { background-color: #EA2200; }
a { background-color: rgb(234,34,0); }
div.DivClassName
{
background-color: #EA2200;
}
.BgClassName
{
background-color: #EA2200;
}
</style>
border-color css
<style>
span { border-color: #EA2200; }
span { border-color: rgb(234,34,0); }
td.TdClassName
{
border-color: #EA2200;
}
.TagClassName
{
border-color: #EA2200;
}
</style>