Shades of Scarlet #EA150B
Tints of Scarlet #EA150B
RGB
CMYK
RGB Variations
Color information
#EA150B (or 0xEA150B) is known color: Scarlet. HEX triplet: EA, 15 and 0B. RGB value is (234,21,11). Sum of RGB (Red+Green+Blue) = 234+21+11=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA150B is #15EAF4. Grayscale: #535353. Windows color (decimal): -1436405 or 726506. OLE color: 726506.
HSL color Cylindrical-coordinate representation of color #EA150B: hue angle of 2.69º 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 #EA150B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.08 |
| HSL | 2.69º | 0.91% | 0.48% | - |
| HSV(B) | 2.69º | 0.95% | 0.92% | - |
| XYZ | 34.26 | 18.05 | 2 | - |
| YUV | 83.55 | 87.07 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 11 | 0 | 0.91 | 0.95 | 0.08 | 2.69 | 0.91 | 0.48 |
| Hex | EA | 15 | B | 0 | 5B | 5F | 8 | 3 | 5B | 30 |
| Octal | 352 | 25 | 13 | 0 | 133 | 137 | 10 | 3 | 133 | 60 |
| Binary | 11101010 | 10101 | 1011 | 0 | 1011011 | 1011111 | 1000 | 11 | 1011011 | 110000 |
Color Harmonies of #EA150B
Complementary color
Monochromatic Colors of #EA150B
Black with #EA150B
Text Example
Text Example
White with #EA150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA150B; }
p { color: rgb(234,21,11); }
H1.HeaderClassName
{
color: #EA150B;
}
.AnyTagClassName
{
color: #EA150B;
}
</style>
background-color css
<style>
a { background-color: #EA150B; }
a { background-color: rgb(234,21,11); }
div.DivClassName
{
background-color: #EA150B;
}
.BgClassName
{
background-color: #EA150B;
}
</style>
border-color css
<style>
span { border-color: #EA150B; }
span { border-color: rgb(234,21,11); }
td.TdClassName
{
border-color: #EA150B;
}
.TagClassName
{
border-color: #EA150B;
}
</style>