Shades of Scarlet #EA2006
Tints of Scarlet #EA2006
RGB
CMYK
RGB Variations
Color information
#EA2006 (or 0xEA2006) is known color: Scarlet. HEX triplet: EA, 20 and 06. RGB value is (234,32,6). Sum of RGB (Red+Green+Blue) = 234+32+6=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2006 is #15DFF9. Grayscale: #595959. Windows color (decimal): -1433594 or 401642. OLE color: 401642.
HSL color Cylindrical-coordinate representation of color #EA2006: hue angle of 6.84º 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 #EA2006 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.08 |
| HSL | 6.84º | 0.95% | 0.47% | - |
| HSV(B) | 6.84º | 0.97% | 0.92% | - |
| XYZ | 34.48 | 18.54 | 1.93 | - |
| YUV | 89.43 | 80.92 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 6 | 0 | 0.86 | 0.97 | 0.08 | 6.84 | 0.95 | 0.47 |
| Hex | EA | 20 | 6 | 0 | 56 | 61 | 8 | 7 | 5F | 2F |
| Octal | 352 | 40 | 6 | 0 | 126 | 141 | 10 | 7 | 137 | 57 |
| Binary | 11101010 | 100000 | 110 | 0 | 1010110 | 1100001 | 1000 | 111 | 1011111 | 101111 |
Color Harmonies of #EA2006
Complementary color
Monochromatic Colors of #EA2006
Black with #EA2006
Text Example
Text Example
White with #EA2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2006; }
p { color: rgb(234,32,6); }
H1.HeaderClassName
{
color: #EA2006;
}
.AnyTagClassName
{
color: #EA2006;
}
</style>
background-color css
<style>
a { background-color: #EA2006; }
a { background-color: rgb(234,32,6); }
div.DivClassName
{
background-color: #EA2006;
}
.BgClassName
{
background-color: #EA2006;
}
</style>
border-color css
<style>
span { border-color: #EA2006; }
span { border-color: rgb(234,32,6); }
td.TdClassName
{
border-color: #EA2006;
}
.TagClassName
{
border-color: #EA2006;
}
</style>