Shades of Crimson #EA1436
Tints of Crimson #EA1436
RGB
CMYK
RGB Variations
Color information
#EA1436 (or 0xEA1436) is known color: Crimson. HEX triplet: EA, 14 and 36. RGB value is (234,20,54). Sum of RGB (Red+Green+Blue) = 234+20+54=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1436 is #15EBC9. Grayscale: #575757. Windows color (decimal): -1436618 or 3544298. OLE color: 3544298.
HSL color Cylindrical-coordinate representation of color #EA1436: hue angle of 350.47º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1436 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.08 |
| HSL | 350.47º | 0.84% | 0.5% | - |
| HSV(B) | 350.47º | 0.91% | 0.92% | - |
| XYZ | 34.85 | 18.26 | 5.18 | - |
| YUV | 87.86 | 108.9 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 54 | 0 | 0.91 | 0.77 | 0.08 | 350.47 | 0.84 | 0.5 |
| Hex | EA | 14 | 36 | 0 | 5B | 4D | 8 | 15E | 54 | 32 |
| Octal | 352 | 24 | 66 | 0 | 133 | 115 | 10 | 536 | 124 | 62 |
| Binary | 11101010 | 10100 | 110110 | 0 | 1011011 | 1001101 | 1000 | 101011110 | 1010100 | 110010 |
Color Harmonies of #EA1436
Complementary color
Monochromatic Colors of #EA1436
Black with #EA1436
Text Example
Text Example
White with #EA1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1436; }
p { color: rgb(234,20,54); }
H1.HeaderClassName
{
color: #EA1436;
}
.AnyTagClassName
{
color: #EA1436;
}
</style>
background-color css
<style>
a { background-color: #EA1436; }
a { background-color: rgb(234,20,54); }
div.DivClassName
{
background-color: #EA1436;
}
.BgClassName
{
background-color: #EA1436;
}
</style>
border-color css
<style>
span { border-color: #EA1436; }
span { border-color: rgb(234,20,54); }
td.TdClassName
{
border-color: #EA1436;
}
.TagClassName
{
border-color: #EA1436;
}
</style>