Shades of Scarlet #EA2B05
Tints of Scarlet #EA2B05
RGB
CMYK
RGB Variations
Color information
#EA2B05 (or 0xEA2B05) is known color: Scarlet. HEX triplet: EA, 2B and 05. RGB value is (234,43,5). Sum of RGB (Red+Green+Blue) = 234+43+5=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B05 is #15D4FA. Grayscale: #606060. Windows color (decimal): -1430779 or 338922. OLE color: 338922.
HSL color Cylindrical-coordinate representation of color #EA2B05: hue angle of 9.96º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA2B05 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 43 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.08 |
| HSL | 9.96º | 0.96% | 0.47% | - |
| HSV(B) | 9.96º | 0.98% | 0.92% | - |
| XYZ | 34.82 | 19.23 | 2.02 | - |
| YUV | 95.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 43 | 5 | 0 | 0.82 | 0.98 | 0.08 | 9.96 | 0.96 | 0.47 |
| Hex | EA | 2B | 5 | 0 | 52 | 62 | 8 | A | 60 | 2F |
| Octal | 352 | 53 | 5 | 0 | 122 | 142 | 10 | 12 | 140 | 57 |
| Binary | 11101010 | 101011 | 101 | 0 | 1010010 | 1100010 | 1000 | 1010 | 1100000 | 101111 |
Color Harmonies of #EA2B05
Complementary color
Monochromatic Colors of #EA2B05
Black with #EA2B05
Text Example
Text Example
White with #EA2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2B05; }
p { color: rgb(234,43,5); }
H1.HeaderClassName
{
color: #EA2B05;
}
.AnyTagClassName
{
color: #EA2B05;
}
</style>
background-color css
<style>
a { background-color: #EA2B05; }
a { background-color: rgb(234,43,5); }
div.DivClassName
{
background-color: #EA2B05;
}
.BgClassName
{
background-color: #EA2B05;
}
</style>
border-color css
<style>
span { border-color: #EA2B05; }
span { border-color: rgb(234,43,5); }
td.TdClassName
{
border-color: #EA2B05;
}
.TagClassName
{
border-color: #EA2B05;
}
</style>