Shades of Scarlet #EA280C
Tints of Scarlet #EA280C
RGB
CMYK
RGB Variations
Color information
#EA280C (or 0xEA280C) is known color: Scarlet. HEX triplet: EA, 28 and 0C. RGB value is (234,40,12). Sum of RGB (Red+Green+Blue) = 234+40+12=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA280C is #15D7F3. Grayscale: #5F5F5F. Windows color (decimal): -1431540 or 796906. OLE color: 796906.
HSL color Cylindrical-coordinate representation of color #EA280C: hue angle of 7.57º 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 #EA280C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.08 |
| HSL | 7.57º | 0.9% | 0.48% | - |
| HSV(B) | 7.57º | 0.95% | 0.92% | - |
| XYZ | 34.76 | 19.04 | 2.19 | - |
| YUV | 94.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 12 | 0 | 0.83 | 0.95 | 0.08 | 7.57 | 0.9 | 0.48 |
| Hex | EA | 28 | C | 0 | 53 | 5F | 8 | 8 | 5A | 30 |
| Octal | 352 | 50 | 14 | 0 | 123 | 137 | 10 | 10 | 132 | 60 |
| Binary | 11101010 | 101000 | 1100 | 0 | 1010011 | 1011111 | 1000 | 1000 | 1011010 | 110000 |
Color Harmonies of #EA280C
Complementary color
Monochromatic Colors of #EA280C
Black with #EA280C
Text Example
Text Example
White with #EA280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA280C; }
p { color: rgb(234,40,12); }
H1.HeaderClassName
{
color: #EA280C;
}
.AnyTagClassName
{
color: #EA280C;
}
</style>
background-color css
<style>
a { background-color: #EA280C; }
a { background-color: rgb(234,40,12); }
div.DivClassName
{
background-color: #EA280C;
}
.BgClassName
{
background-color: #EA280C;
}
</style>
border-color css
<style>
span { border-color: #EA280C; }
span { border-color: rgb(234,40,12); }
td.TdClassName
{
border-color: #EA280C;
}
.TagClassName
{
border-color: #EA280C;
}
</style>