Shades of Scarlet #EA290C
Tints of Scarlet #EA290C
RGB
CMYK
RGB Variations
Color information
#EA290C (or 0xEA290C) is known color: Scarlet. HEX triplet: EA, 29 and 0C. RGB value is (234,41,12). Sum of RGB (Red+Green+Blue) = 234+41+12=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA290C is #15D6F3. Grayscale: #5F5F5F. Windows color (decimal): -1431284 or 797162. OLE color: 797162.
HSL color Cylindrical-coordinate representation of color #EA290C: hue angle of 7.84º 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 #EA290C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.08 |
| HSL | 7.84º | 0.9% | 0.48% | - |
| HSV(B) | 7.84º | 0.95% | 0.92% | - |
| XYZ | 34.79 | 19.1 | 2.2 | - |
| YUV | 95.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 12 | 0 | 0.82 | 0.95 | 0.08 | 7.84 | 0.9 | 0.48 |
| Hex | EA | 29 | C | 0 | 52 | 5F | 8 | 8 | 5A | 30 |
| Octal | 352 | 51 | 14 | 0 | 122 | 137 | 10 | 10 | 132 | 60 |
| Binary | 11101010 | 101001 | 1100 | 0 | 1010010 | 1011111 | 1000 | 1000 | 1011010 | 110000 |
Color Harmonies of #EA290C
Complementary color
Monochromatic Colors of #EA290C
Black with #EA290C
Text Example
Text Example
White with #EA290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA290C; }
p { color: rgb(234,41,12); }
H1.HeaderClassName
{
color: #EA290C;
}
.AnyTagClassName
{
color: #EA290C;
}
</style>
background-color css
<style>
a { background-color: #EA290C; }
a { background-color: rgb(234,41,12); }
div.DivClassName
{
background-color: #EA290C;
}
.BgClassName
{
background-color: #EA290C;
}
</style>
border-color css
<style>
span { border-color: #EA290C; }
span { border-color: rgb(234,41,12); }
td.TdClassName
{
border-color: #EA290C;
}
.TagClassName
{
border-color: #EA290C;
}
</style>