Shades of Scarlet #EA2905
Tints of Scarlet #EA2905
RGB
CMYK
RGB Variations
Color information
#EA2905 (or 0xEA2905) is known color: Scarlet. HEX triplet: EA, 29 and 05. RGB value is (234,41,5). Sum of RGB (Red+Green+Blue) = 234+41+5=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2905 is #15D6FA. Grayscale: #5E5E5E. Windows color (decimal): -1431291 or 338410. OLE color: 338410.
HSL color Cylindrical-coordinate representation of color #EA2905: hue angle of 9.43º 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 #EA2905 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.08 |
| HSL | 9.43º | 0.96% | 0.47% | - |
| HSV(B) | 9.43º | 0.98% | 0.92% | - |
| XYZ | 34.75 | 19.09 | 2 | - |
| YUV | 94.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 5 | 0 | 0.82 | 0.98 | 0.08 | 9.43 | 0.96 | 0.47 |
| Hex | EA | 29 | 5 | 0 | 52 | 62 | 8 | 9 | 60 | 2F |
| Octal | 352 | 51 | 5 | 0 | 122 | 142 | 10 | 11 | 140 | 57 |
| Binary | 11101010 | 101001 | 101 | 0 | 1010010 | 1100010 | 1000 | 1001 | 1100000 | 101111 |
Color Harmonies of #EA2905
Complementary color
Monochromatic Colors of #EA2905
Black with #EA2905
Text Example
Text Example
White with #EA2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2905; }
p { color: rgb(234,41,5); }
H1.HeaderClassName
{
color: #EA2905;
}
.AnyTagClassName
{
color: #EA2905;
}
</style>
background-color css
<style>
a { background-color: #EA2905; }
a { background-color: rgb(234,41,5); }
div.DivClassName
{
background-color: #EA2905;
}
.BgClassName
{
background-color: #EA2905;
}
</style>
border-color css
<style>
span { border-color: #EA2905; }
span { border-color: rgb(234,41,5); }
td.TdClassName
{
border-color: #EA2905;
}
.TagClassName
{
border-color: #EA2905;
}
</style>