Shades of Scarlet #EA1306
Tints of Scarlet #EA1306
RGB
CMYK
RGB Variations
Color information
#EA1306 (or 0xEA1306) is known color: Scarlet. HEX triplet: EA, 13 and 06. RGB value is (234,19,6). Sum of RGB (Red+Green+Blue) = 234+19+6=259 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.35% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1306 is #15ECF9. Grayscale: #525252. Windows color (decimal): -1436922 or 398314. OLE color: 398314.
HSL color Cylindrical-coordinate representation of color #EA1306: hue angle of 3.42º 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 #EA1306 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.08 |
| HSL | 3.42º | 0.95% | 0.47% | - |
| HSV(B) | 3.42º | 0.97% | 0.92% | - |
| XYZ | 34.2 | 17.97 | 1.84 | - |
| YUV | 81.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 6 | 0 | 0.92 | 0.97 | 0.08 | 3.42 | 0.95 | 0.47 |
| Hex | EA | 13 | 6 | 0 | 5C | 61 | 8 | 3 | 5F | 2F |
| Octal | 352 | 23 | 6 | 0 | 134 | 141 | 10 | 3 | 137 | 57 |
| Binary | 11101010 | 10011 | 110 | 0 | 1011100 | 1100001 | 1000 | 11 | 1011111 | 101111 |
Color Harmonies of #EA1306
Complementary color
Monochromatic Colors of #EA1306
Black with #EA1306
Text Example
Text Example
White with #EA1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1306; }
p { color: rgb(234,19,6); }
H1.HeaderClassName
{
color: #EA1306;
}
.AnyTagClassName
{
color: #EA1306;
}
</style>
background-color css
<style>
a { background-color: #EA1306; }
a { background-color: rgb(234,19,6); }
div.DivClassName
{
background-color: #EA1306;
}
.BgClassName
{
background-color: #EA1306;
}
</style>
border-color css
<style>
span { border-color: #EA1306; }
span { border-color: rgb(234,19,6); }
td.TdClassName
{
border-color: #EA1306;
}
.TagClassName
{
border-color: #EA1306;
}
</style>