Shades of Scarlet #ED241A
Tints of Scarlet #ED241A
RGB
CMYK
RGB Variations
Color information
#ED241A (or 0xED241A) is known color: Scarlet. HEX triplet: ED, 24 and 1A. RGB value is (237,36,26). Sum of RGB (Red+Green+Blue) = 237+36+26=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED241A is #12DBE5. Grayscale: #5F5F5F. Windows color (decimal): -1235942 or 1713389. OLE color: 1713389.
HSL color Cylindrical-coordinate representation of color #ED241A: hue angle of 2.84º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED241A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 36 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.07 |
| HSL | 2.84º | 0.85% | 0.52% | - |
| HSV(B) | 2.84º | 0.89% | 0.93% | - |
| XYZ | 35.74 | 19.34 | 2.83 | - |
| YUV | 94.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 36 | 26 | 0 | 0.85 | 0.89 | 0.07 | 2.84 | 0.85 | 0.52 |
| Hex | ED | 24 | 1A | 0 | 55 | 59 | 7 | 3 | 55 | 34 |
| Octal | 355 | 44 | 32 | 0 | 125 | 131 | 7 | 3 | 125 | 64 |
| Binary | 11101101 | 100100 | 11010 | 0 | 1010101 | 1011001 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #ED241A
Complementary color
Monochromatic Colors of #ED241A
Black with #ED241A
Text Example
Text Example
White with #ED241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED241A; }
p { color: rgb(237,36,26); }
H1.HeaderClassName
{
color: #ED241A;
}
.AnyTagClassName
{
color: #ED241A;
}
</style>
background-color css
<style>
a { background-color: #ED241A; }
a { background-color: rgb(237,36,26); }
div.DivClassName
{
background-color: #ED241A;
}
.BgClassName
{
background-color: #ED241A;
}
</style>
border-color css
<style>
span { border-color: #ED241A; }
span { border-color: rgb(237,36,26); }
td.TdClassName
{
border-color: #ED241A;
}
.TagClassName
{
border-color: #ED241A;
}
</style>