Shades of Scarlet #EA2C02
Tints of Scarlet #EA2C02
RGB
CMYK
RGB Variations
Color information
#EA2C02 (or 0xEA2C02) is known color: Scarlet. HEX triplet: EA, 2C and 02. RGB value is (234,44,2). Sum of RGB (Red+Green+Blue) = 234+44+2=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2C02 is #15D3FD. Grayscale: #606060. Windows color (decimal): -1430526 or 142570. OLE color: 142570.
HSL color Cylindrical-coordinate representation of color #EA2C02: hue angle of 10.86º 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 #EA2C02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.08 |
| HSL | 10.86º | 0.98% | 0.46% | - |
| HSV(B) | 10.86º | 0.99% | 0.92% | - |
| XYZ | 34.84 | 19.3 | 1.95 | - |
| YUV | 96.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 2 | 0 | 0.81 | 0.99 | 0.08 | 10.86 | 0.98 | 0.46 |
| Hex | EA | 2C | 2 | 0 | 51 | 63 | 8 | B | 62 | 2E |
| Octal | 352 | 54 | 2 | 0 | 121 | 143 | 10 | 13 | 142 | 56 |
| Binary | 11101010 | 101100 | 10 | 0 | 1010001 | 1100011 | 1000 | 1011 | 1100010 | 101110 |
Color Harmonies of #EA2C02
Complementary color
Monochromatic Colors of #EA2C02
Black with #EA2C02
Text Example
Text Example
White with #EA2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C02; }
p { color: rgb(234,44,2); }
H1.HeaderClassName
{
color: #EA2C02;
}
.AnyTagClassName
{
color: #EA2C02;
}
</style>
background-color css
<style>
a { background-color: #EA2C02; }
a { background-color: rgb(234,44,2); }
div.DivClassName
{
background-color: #EA2C02;
}
.BgClassName
{
background-color: #EA2C02;
}
</style>
border-color css
<style>
span { border-color: #EA2C02; }
span { border-color: rgb(234,44,2); }
td.TdClassName
{
border-color: #EA2C02;
}
.TagClassName
{
border-color: #EA2C02;
}
</style>