Shades of Scarlet #EA290B
Tints of Scarlet #EA290B
RGB
CMYK
RGB Variations
Color information
#EA290B (or 0xEA290B) is known color: Scarlet. HEX triplet: EA, 29 and 0B. RGB value is (234,41,11). Sum of RGB (Red+Green+Blue) = 234+41+11=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA290B is #15D6F4. Grayscale: #5F5F5F. Windows color (decimal): -1431285 or 731626. OLE color: 731626.
HSL color Cylindrical-coordinate representation of color #EA290B: hue angle of 8.07º degrees, saturation: 0.91, 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 #EA290B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.08 |
| HSL | 8.07º | 0.91% | 0.48% | - |
| HSV(B) | 8.07º | 0.95% | 0.92% | - |
| XYZ | 34.79 | 19.1 | 2.17 | - |
| YUV | 95.29 | 80.44 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 11 | 0 | 0.82 | 0.95 | 0.08 | 8.07 | 0.91 | 0.48 |
| Hex | EA | 29 | B | 0 | 52 | 5F | 8 | 8 | 5B | 30 |
| Octal | 352 | 51 | 13 | 0 | 122 | 137 | 10 | 10 | 133 | 60 |
| Binary | 11101010 | 101001 | 1011 | 0 | 1010010 | 1011111 | 1000 | 1000 | 1011011 | 110000 |
Color Harmonies of #EA290B
Complementary color
Monochromatic Colors of #EA290B
Black with #EA290B
Text Example
Text Example
White with #EA290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA290B; }
p { color: rgb(234,41,11); }
H1.HeaderClassName
{
color: #EA290B;
}
.AnyTagClassName
{
color: #EA290B;
}
</style>
background-color css
<style>
a { background-color: #EA290B; }
a { background-color: rgb(234,41,11); }
div.DivClassName
{
background-color: #EA290B;
}
.BgClassName
{
background-color: #EA290B;
}
</style>
border-color css
<style>
span { border-color: #EA290B; }
span { border-color: rgb(234,41,11); }
td.TdClassName
{
border-color: #EA290B;
}
.TagClassName
{
border-color: #EA290B;
}
</style>