Shades of Scarlet #EC240B
Tints of Scarlet #EC240B
RGB
CMYK
RGB Variations
Color information
#EC240B (or 0xEC240B) is known color: Scarlet. HEX triplet: EC, 24 and 0B. RGB value is (236,36,11). Sum of RGB (Red+Green+Blue) = 236+36+11=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC240B is #13DBF4. Grayscale: #5D5D5D. Windows color (decimal): -1301493 or 730348. OLE color: 730348.
HSL color Cylindrical-coordinate representation of color #EC240B: hue angle of 6.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC240B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.07 |
| HSL | 6.67º | 0.91% | 0.48% | - |
| HSV(B) | 6.67º | 0.95% | 0.93% | - |
| XYZ | 35.28 | 19.12 | 2.15 | - |
| YUV | 92.95 | 81.76 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 11 | 0 | 0.85 | 0.95 | 0.07 | 6.67 | 0.91 | 0.48 |
| Hex | EC | 24 | B | 0 | 55 | 5F | 7 | 7 | 5B | 30 |
| Octal | 354 | 44 | 13 | 0 | 125 | 137 | 7 | 7 | 133 | 60 |
| Binary | 11101100 | 100100 | 1011 | 0 | 1010101 | 1011111 | 111 | 111 | 1011011 | 110000 |
Color Harmonies of #EC240B
Complementary color
Monochromatic Colors of #EC240B
Black with #EC240B
Text Example
Text Example
White with #EC240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC240B; }
p { color: rgb(236,36,11); }
H1.HeaderClassName
{
color: #EC240B;
}
.AnyTagClassName
{
color: #EC240B;
}
</style>
background-color css
<style>
a { background-color: #EC240B; }
a { background-color: rgb(236,36,11); }
div.DivClassName
{
background-color: #EC240B;
}
.BgClassName
{
background-color: #EC240B;
}
</style>
border-color css
<style>
span { border-color: #EC240B; }
span { border-color: rgb(236,36,11); }
td.TdClassName
{
border-color: #EC240B;
}
.TagClassName
{
border-color: #EC240B;
}
</style>