Shades of Scarlet #EA1616
Tints of Scarlet #EA1616
RGB
CMYK
RGB Variations
Color information
#EA1616 (or 0xEA1616) is known color: Scarlet. HEX triplet: EA, 16 and 16. RGB value is (234,22,22). Sum of RGB (Red+Green+Blue) = 234+22+22=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1616 is #15E9E9. Grayscale: #555555. Windows color (decimal): -1436138 or 1447658. OLE color: 1447658.
HSL color Cylindrical-coordinate representation of color #EA1616: hue angle of 0º degrees, saturation: 0.83, 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 #EA1616 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.08 |
| HSL | 0º | 0.83% | 0.5% | - |
| HSV(B) | 0º | 0.91% | 0.92% | - |
| XYZ | 34.36 | 18.12 | 2.45 | - |
| YUV | 85.39 | 92.24 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 22 | 0 | 0.91 | 0.91 | 0.08 | 0 | 0.83 | 0.5 |
| Hex | EA | 16 | 16 | 0 | 5B | 5B | 8 | 0 | 53 | 32 |
| Octal | 352 | 26 | 26 | 0 | 133 | 133 | 10 | 0 | 123 | 62 |
| Binary | 11101010 | 10110 | 10110 | 0 | 1011011 | 1011011 | 1000 | 0 | 1010011 | 110010 |
Color Harmonies of #EA1616
Complementary color
Monochromatic Colors of #EA1616
Black with #EA1616
Text Example
Text Example
White with #EA1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1616; }
p { color: rgb(234,22,22); }
H1.HeaderClassName
{
color: #EA1616;
}
.AnyTagClassName
{
color: #EA1616;
}
</style>
background-color css
<style>
a { background-color: #EA1616; }
a { background-color: rgb(234,22,22); }
div.DivClassName
{
background-color: #EA1616;
}
.BgClassName
{
background-color: #EA1616;
}
</style>
border-color css
<style>
span { border-color: #EA1616; }
span { border-color: rgb(234,22,22); }
td.TdClassName
{
border-color: #EA1616;
}
.TagClassName
{
border-color: #EA1616;
}
</style>