Shades of Scarlet #EA2702
Tints of Scarlet #EA2702
RGB
CMYK
RGB Variations
Color information
#EA2702 (or 0xEA2702) is known color: Scarlet. HEX triplet: EA, 27 and 02. RGB value is (234,39,2). Sum of RGB (Red+Green+Blue) = 234+39+2=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2702 is #15D8FD. Grayscale: #5D5D5D. Windows color (decimal): -1431806 or 141290. OLE color: 141290.
HSL color Cylindrical-coordinate representation of color #EA2702: hue angle of 9.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA2702 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.08 |
| HSL | 9.57º | 0.98% | 0.46% | - |
| HSV(B) | 9.57º | 0.99% | 0.92% | - |
| XYZ | 34.67 | 18.95 | 1.89 | - |
| YUV | 93.09 | 76.6 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 2 | 0 | 0.83 | 0.99 | 0.08 | 9.57 | 0.98 | 0.46 |
| Hex | EA | 27 | 2 | 0 | 53 | 63 | 8 | A | 62 | 2E |
| Octal | 352 | 47 | 2 | 0 | 123 | 143 | 10 | 12 | 142 | 56 |
| Binary | 11101010 | 100111 | 10 | 0 | 1010011 | 1100011 | 1000 | 1010 | 1100010 | 101110 |
Color Harmonies of #EA2702
Complementary color
Monochromatic Colors of #EA2702
Black with #EA2702
Text Example
Text Example
White with #EA2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2702; }
p { color: rgb(234,39,2); }
H1.HeaderClassName
{
color: #EA2702;
}
.AnyTagClassName
{
color: #EA2702;
}
</style>
background-color css
<style>
a { background-color: #EA2702; }
a { background-color: rgb(234,39,2); }
div.DivClassName
{
background-color: #EA2702;
}
.BgClassName
{
background-color: #EA2702;
}
</style>
border-color css
<style>
span { border-color: #EA2702; }
span { border-color: rgb(234,39,2); }
td.TdClassName
{
border-color: #EA2702;
}
.TagClassName
{
border-color: #EA2702;
}
</style>