Shades of Scarlet #EA2C00
Tints of Scarlet #EA2C00
RGB
CMYK
RGB Variations
Color information
#EA2C00 (or 0xEA2C00) is known color: Scarlet. HEX triplet: EA, 2C and 00. RGB value is (234,44,0). Sum of RGB (Red+Green+Blue) = 234+44+0=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C00 is #15D3FF. Grayscale: #606060. Windows color (decimal): -1430528 or 11498. OLE color: 11498.
HSL color Cylindrical-coordinate representation of color #EA2C00: hue angle of 11.28º 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 #EA2C00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.08 |
| HSL | 11.28º | 1% | 0.46% | - |
| HSV(B) | 11.28º | 1% | 0.92% | - |
| XYZ | 34.83 | 19.29 | 1.89 | - |
| YUV | 95.79 | 73.95 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 0 | 0 | 0.81 | 1 | 0.08 | 11.28 | 1 | 0.46 |
| Hex | EA | 2C | 0 | 0 | 51 | 64 | 8 | B | 64 | 2E |
| Octal | 352 | 54 | 0 | 0 | 121 | 144 | 10 | 13 | 144 | 56 |
| Binary | 11101010 | 101100 | 0 | 0 | 1010001 | 1100100 | 1000 | 1011 | 1100100 | 101110 |
Color Harmonies of #EA2C00
Complementary color
Monochromatic Colors of #EA2C00
Black with #EA2C00
Text Example
Text Example
White with #EA2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C00; }
p { color: rgb(234,44,0); }
H1.HeaderClassName
{
color: #EA2C00;
}
.AnyTagClassName
{
color: #EA2C00;
}
</style>
background-color css
<style>
a { background-color: #EA2C00; }
a { background-color: rgb(234,44,0); }
div.DivClassName
{
background-color: #EA2C00;
}
.BgClassName
{
background-color: #EA2C00;
}
</style>
border-color css
<style>
span { border-color: #EA2C00; }
span { border-color: rgb(234,44,0); }
td.TdClassName
{
border-color: #EA2C00;
}
.TagClassName
{
border-color: #EA2C00;
}
</style>