Shades of Alizarin #EC262A
Tints of Alizarin #EC262A
RGB
CMYK
RGB Variations
Color information
#EC262A (or 0xEC262A) is known color: Alizarin. HEX triplet: EC, 26 and 2A. RGB value is (236,38,42). Sum of RGB (Red+Green+Blue) = 236+38+42=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC262A is #13D9D5. Grayscale: #616161. Windows color (decimal): -1300950 or 2762476. OLE color: 2762476.
HSL color Cylindrical-coordinate representation of color #EC262A: hue angle of 358.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC262A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 42 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.07 |
| HSL | 358.79º | 0.84% | 0.54% | - |
| HSV(B) | 358.79º | 0.84% | 0.93% | - |
| XYZ | 35.7 | 19.39 | 4.05 | - |
| YUV | 97.66 | 96.6 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 42 | 0 | 0.84 | 0.82 | 0.07 | 358.79 | 0.84 | 0.54 |
| Hex | EC | 26 | 2A | 0 | 54 | 52 | 7 | 167 | 54 | 36 |
| Octal | 354 | 46 | 52 | 0 | 124 | 122 | 7 | 547 | 124 | 66 |
| Binary | 11101100 | 100110 | 101010 | 0 | 1010100 | 1010010 | 111 | 101100111 | 1010100 | 110110 |
Color Harmonies of #EC262A
Complementary color
Monochromatic Colors of #EC262A
Black with #EC262A
Text Example
Text Example
White with #EC262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC262A; }
p { color: rgb(236,38,42); }
H1.HeaderClassName
{
color: #EC262A;
}
.AnyTagClassName
{
color: #EC262A;
}
</style>
background-color css
<style>
a { background-color: #EC262A; }
a { background-color: rgb(236,38,42); }
div.DivClassName
{
background-color: #EC262A;
}
.BgClassName
{
background-color: #EC262A;
}
</style>
border-color css
<style>
span { border-color: #EC262A; }
span { border-color: rgb(236,38,42); }
td.TdClassName
{
border-color: #EC262A;
}
.TagClassName
{
border-color: #EC262A;
}
</style>