Shades of Crimson #EA1535
Tints of Crimson #EA1535
RGB
CMYK
RGB Variations
Color information
#EA1535 (or 0xEA1535) is known color: Crimson. HEX triplet: EA, 15 and 35. RGB value is (234,21,53). Sum of RGB (Red+Green+Blue) = 234+21+53=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1535 is #15EACA. Grayscale: #585858. Windows color (decimal): -1436363 or 3479018. OLE color: 3479018.
HSL color Cylindrical-coordinate representation of color #EA1535: hue angle of 350.99º 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 #EA1535 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 53 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.08 |
| HSL | 350.99º | 0.84% | 0.5% | - |
| HSV(B) | 350.99º | 0.91% | 0.92% | - |
| XYZ | 34.84 | 18.29 | 5.06 | - |
| YUV | 88.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 53 | 0 | 0.91 | 0.77 | 0.08 | 350.99 | 0.84 | 0.5 |
| Hex | EA | 15 | 35 | 0 | 5B | 4D | 8 | 15F | 54 | 32 |
| Octal | 352 | 25 | 65 | 0 | 133 | 115 | 10 | 537 | 124 | 62 |
| Binary | 11101010 | 10101 | 110101 | 0 | 1011011 | 1001101 | 1000 | 101011111 | 1010100 | 110010 |
Color Harmonies of #EA1535
Complementary color
Monochromatic Colors of #EA1535
Black with #EA1535
Text Example
Text Example
White with #EA1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1535; }
p { color: rgb(234,21,53); }
H1.HeaderClassName
{
color: #EA1535;
}
.AnyTagClassName
{
color: #EA1535;
}
</style>
background-color css
<style>
a { background-color: #EA1535; }
a { background-color: rgb(234,21,53); }
div.DivClassName
{
background-color: #EA1535;
}
.BgClassName
{
background-color: #EA1535;
}
</style>
border-color css
<style>
span { border-color: #EA1535; }
span { border-color: rgb(234,21,53); }
td.TdClassName
{
border-color: #EA1535;
}
.TagClassName
{
border-color: #EA1535;
}
</style>