Shades of Scarlet #EA140D
Tints of Scarlet #EA140D
RGB
CMYK
RGB Variations
Color information
#EA140D (or 0xEA140D) is known color: Scarlet. HEX triplet: EA, 14 and 0D. RGB value is (234,20,13). Sum of RGB (Red+Green+Blue) = 234+20+13=267 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.64% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 234 - color contains mainly: red. Hex color #EA140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA140D is #15EBF2. Grayscale: #535353. Windows color (decimal): -1436659 or 857322. OLE color: 857322.
HSL color Cylindrical-coordinate representation of color #EA140D: hue angle of 1.9º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA140D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.08 |
| HSL | 1.9º | 0.89% | 0.48% | - |
| HSV(B) | 1.9º | 0.94% | 0.92% | - |
| XYZ | 34.25 | 18.02 | 2.05 | - |
| YUV | 83.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 13 | 0 | 0.91 | 0.94 | 0.08 | 1.9 | 0.89 | 0.48 |
| Hex | EA | 14 | D | 0 | 5B | 5E | 8 | 2 | 59 | 30 |
| Octal | 352 | 24 | 15 | 0 | 133 | 136 | 10 | 2 | 131 | 60 |
| Binary | 11101010 | 10100 | 1101 | 0 | 1011011 | 1011110 | 1000 | 10 | 1011001 | 110000 |
Color Harmonies of #EA140D
Complementary color
Monochromatic Colors of #EA140D
Black with #EA140D
Text Example
Text Example
White with #EA140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA140D; }
p { color: rgb(234,20,13); }
H1.HeaderClassName
{
color: #EA140D;
}
.AnyTagClassName
{
color: #EA140D;
}
</style>
background-color css
<style>
a { background-color: #EA140D; }
a { background-color: rgb(234,20,13); }
div.DivClassName
{
background-color: #EA140D;
}
.BgClassName
{
background-color: #EA140D;
}
</style>
border-color css
<style>
span { border-color: #EA140D; }
span { border-color: rgb(234,20,13); }
td.TdClassName
{
border-color: #EA140D;
}
.TagClassName
{
border-color: #EA140D;
}
</style>