Shades of Scarlet #EC241B
Tints of Scarlet #EC241B
RGB
CMYK
RGB Variations
Color information
#EC241B (or 0xEC241B) is known color: Scarlet. HEX triplet: EC, 24 and 1B. RGB value is (236,36,27). Sum of RGB (Red+Green+Blue) = 236+36+27=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241B is #13DBE4. Grayscale: #5F5F5F. Windows color (decimal): -1301477 or 1778924. OLE color: 1778924.
HSL color Cylindrical-coordinate representation of color #EC241B: hue angle of 2.58º 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 #EC241B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 27 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.07 |
| HSL | 2.58º | 0.85% | 0.52% | - |
| HSV(B) | 2.58º | 0.89% | 0.93% | - |
| XYZ | 35.42 | 19.17 | 2.87 | - |
| YUV | 94.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 27 | 0 | 0.85 | 0.89 | 0.07 | 2.58 | 0.85 | 0.52 |
| Hex | EC | 24 | 1B | 0 | 55 | 59 | 7 | 3 | 55 | 34 |
| Octal | 354 | 44 | 33 | 0 | 125 | 131 | 7 | 3 | 125 | 64 |
| Binary | 11101100 | 100100 | 11011 | 0 | 1010101 | 1011001 | 111 | 11 | 1010101 | 110100 |
Color Harmonies of #EC241B
Complementary color
Monochromatic Colors of #EC241B
Black with #EC241B
Text Example
Text Example
White with #EC241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC241B; }
p { color: rgb(236,36,27); }
H1.HeaderClassName
{
color: #EC241B;
}
.AnyTagClassName
{
color: #EC241B;
}
</style>
background-color css
<style>
a { background-color: #EC241B; }
a { background-color: rgb(236,36,27); }
div.DivClassName
{
background-color: #EC241B;
}
.BgClassName
{
background-color: #EC241B;
}
</style>
border-color css
<style>
span { border-color: #EC241B; }
span { border-color: rgb(236,36,27); }
td.TdClassName
{
border-color: #EC241B;
}
.TagClassName
{
border-color: #EC241B;
}
</style>