Shades of Scarlet #EA2007
Tints of Scarlet #EA2007
RGB
CMYK
RGB Variations
Color information
#EA2007 (or 0xEA2007) is known color: Scarlet. HEX triplet: EA, 20 and 07. RGB value is (234,32,7). Sum of RGB (Red+Green+Blue) = 234+32+7=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2007 is #15DFF8. Grayscale: #595959. Windows color (decimal): -1433593 or 467178. OLE color: 467178.
HSL color Cylindrical-coordinate representation of color #EA2007: hue angle of 6.61º degrees, saturation: 0.94, 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 #EA2007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.08 |
| HSL | 6.61º | 0.94% | 0.47% | - |
| HSV(B) | 6.61º | 0.97% | 0.92% | - |
| XYZ | 34.49 | 18.54 | 1.96 | - |
| YUV | 89.55 | 81.42 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 7 | 0 | 0.86 | 0.97 | 0.08 | 6.61 | 0.94 | 0.47 |
| Hex | EA | 20 | 7 | 0 | 56 | 61 | 8 | 7 | 5E | 2F |
| Octal | 352 | 40 | 7 | 0 | 126 | 141 | 10 | 7 | 136 | 57 |
| Binary | 11101010 | 100000 | 111 | 0 | 1010110 | 1100001 | 1000 | 111 | 1011110 | 101111 |
Color Harmonies of #EA2007
Complementary color
Monochromatic Colors of #EA2007
Black with #EA2007
Text Example
Text Example
White with #EA2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2007; }
p { color: rgb(234,32,7); }
H1.HeaderClassName
{
color: #EA2007;
}
.AnyTagClassName
{
color: #EA2007;
}
</style>
background-color css
<style>
a { background-color: #EA2007; }
a { background-color: rgb(234,32,7); }
div.DivClassName
{
background-color: #EA2007;
}
.BgClassName
{
background-color: #EA2007;
}
</style>
border-color css
<style>
span { border-color: #EA2007; }
span { border-color: rgb(234,32,7); }
td.TdClassName
{
border-color: #EA2007;
}
.TagClassName
{
border-color: #EA2007;
}
</style>