Shades of Scarlet #EA1F14
Tints of Scarlet #EA1F14
RGB
CMYK
RGB Variations
Color information
#EA1F14 (or 0xEA1F14) is known color: Scarlet. HEX triplet: EA, 1F and 14. RGB value is (234,31,20). Sum of RGB (Red+Green+Blue) = 234+31+20=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1F14 is #15E0EB. Grayscale: #5A5A5A. Windows color (decimal): -1433836 or 1318890. OLE color: 1318890.
HSL color Cylindrical-coordinate representation of color #EA1F14: hue angle of 3.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1F14 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 31 | 20 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.08 |
| HSL | 3.08º | 0.84% | 0.5% | - |
| HSV(B) | 3.08º | 0.91% | 0.92% | - |
| XYZ | 34.55 | 18.52 | 2.42 | - |
| YUV | 90.44 | 88.25 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 20 | 0 | 0.87 | 0.91 | 0.08 | 3.08 | 0.84 | 0.5 |
| Hex | EA | 1F | 14 | 0 | 57 | 5B | 8 | 3 | 54 | 32 |
| Octal | 352 | 37 | 24 | 0 | 127 | 133 | 10 | 3 | 124 | 62 |
| Binary | 11101010 | 11111 | 10100 | 0 | 1010111 | 1011011 | 1000 | 11 | 1010100 | 110010 |
Color Harmonies of #EA1F14
Complementary color
Monochromatic Colors of #EA1F14
Black with #EA1F14
Text Example
Text Example
White with #EA1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1F14; }
p { color: rgb(234,31,20); }
H1.HeaderClassName
{
color: #EA1F14;
}
.AnyTagClassName
{
color: #EA1F14;
}
</style>
background-color css
<style>
a { background-color: #EA1F14; }
a { background-color: rgb(234,31,20); }
div.DivClassName
{
background-color: #EA1F14;
}
.BgClassName
{
background-color: #EA1F14;
}
</style>
border-color css
<style>
span { border-color: #EA1F14; }
span { border-color: rgb(234,31,20); }
td.TdClassName
{
border-color: #EA1F14;
}
.TagClassName
{
border-color: #EA1F14;
}
</style>