Shades of Scarlet #EA1606
Tints of Scarlet #EA1606
RGB
CMYK
RGB Variations
Color information
#EA1606 (or 0xEA1606) is known color: Scarlet. HEX triplet: EA, 16 and 06. RGB value is (234,22,6). Sum of RGB (Red+Green+Blue) = 234+22+6=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1606 is #15E9F9. Grayscale: #535353. Windows color (decimal): -1436154 or 399082. OLE color: 399082.
HSL color Cylindrical-coordinate representation of color #EA1606: hue angle of 4.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA1606 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.08 |
| HSL | 4.21º | 0.95% | 0.47% | - |
| HSV(B) | 4.21º | 0.97% | 0.92% | - |
| XYZ | 34.25 | 18.08 | 1.86 | - |
| YUV | 83.56 | 84.24 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 6 | 0 | 0.91 | 0.97 | 0.08 | 4.21 | 0.95 | 0.47 |
| Hex | EA | 16 | 6 | 0 | 5B | 61 | 8 | 4 | 5F | 2F |
| Octal | 352 | 26 | 6 | 0 | 133 | 141 | 10 | 4 | 137 | 57 |
| Binary | 11101010 | 10110 | 110 | 0 | 1011011 | 1100001 | 1000 | 100 | 1011111 | 101111 |
Color Harmonies of #EA1606
Complementary color
Monochromatic Colors of #EA1606
Black with #EA1606
Text Example
Text Example
White with #EA1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1606; }
p { color: rgb(234,22,6); }
H1.HeaderClassName
{
color: #EA1606;
}
.AnyTagClassName
{
color: #EA1606;
}
</style>
background-color css
<style>
a { background-color: #EA1606; }
a { background-color: rgb(234,22,6); }
div.DivClassName
{
background-color: #EA1606;
}
.BgClassName
{
background-color: #EA1606;
}
</style>
border-color css
<style>
span { border-color: #EA1606; }
span { border-color: rgb(234,22,6); }
td.TdClassName
{
border-color: #EA1606;
}
.TagClassName
{
border-color: #EA1606;
}
</style>