Shades of Crimson #EC153A
Tints of Crimson #EC153A
RGB
CMYK
RGB Variations
Color information
#EC153A (or 0xEC153A) is known color: Crimson. HEX triplet: EC, 15 and 3A. RGB value is (236,21,58). Sum of RGB (Red+Green+Blue) = 236+21+58=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC153A is #13EAC5. Grayscale: #595959. Windows color (decimal): -1305286 or 3806700. OLE color: 3806700.
HSL color Cylindrical-coordinate representation of color #EC153A: hue angle of 349.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC153A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.07 |
| HSL | 349.67º | 0.85% | 0.5% | - |
| HSV(B) | 349.67º | 0.91% | 0.93% | - |
| XYZ | 35.62 | 18.67 | 5.73 | - |
| YUV | 89.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 58 | 0 | 0.91 | 0.75 | 0.07 | 349.67 | 0.85 | 0.5 |
| Hex | EC | 15 | 3A | 0 | 5B | 4B | 7 | 15E | 55 | 32 |
| Octal | 354 | 25 | 72 | 0 | 133 | 113 | 7 | 536 | 125 | 62 |
| Binary | 11101100 | 10101 | 111010 | 0 | 1011011 | 1001011 | 111 | 101011110 | 1010101 | 110010 |
Color Harmonies of #EC153A
Complementary color
Monochromatic Colors of #EC153A
Black with #EC153A
Text Example
Text Example
White with #EC153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC153A; }
p { color: rgb(236,21,58); }
H1.HeaderClassName
{
color: #EC153A;
}
.AnyTagClassName
{
color: #EC153A;
}
</style>
background-color css
<style>
a { background-color: #EC153A; }
a { background-color: rgb(236,21,58); }
div.DivClassName
{
background-color: #EC153A;
}
.BgClassName
{
background-color: #EC153A;
}
</style>
border-color css
<style>
span { border-color: #EC153A; }
span { border-color: rgb(236,21,58); }
td.TdClassName
{
border-color: #EC153A;
}
.TagClassName
{
border-color: #EC153A;
}
</style>