Shades of Crimson #EA0935
Tints of Crimson #EA0935
RGB
CMYK
RGB Variations
Color information
#EA0935 (or 0xEA0935) is known color: Crimson. HEX triplet: EA, 09 and 35. RGB value is (234,9,53). Sum of RGB (Red+Green+Blue) = 234+9+53=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0935 is #15F6CA. Grayscale: #515151. Windows color (decimal): -1439435 or 3475946. OLE color: 3475946.
HSL color Cylindrical-coordinate representation of color #EA0935: hue angle of 348.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0935 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.08 |
| HSL | 348.27º | 0.93% | 0.48% | - |
| HSV(B) | 348.27º | 0.96% | 0.92% | - |
| XYZ | 34.67 | 17.94 | 5 | - |
| YUV | 81.29 | 112.04 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 53 | 0 | 0.96 | 0.77 | 0.08 | 348.27 | 0.93 | 0.48 |
| Hex | EA | 9 | 35 | 0 | 60 | 4D | 8 | 15C | 5D | 30 |
| Octal | 352 | 11 | 65 | 0 | 140 | 115 | 10 | 534 | 135 | 60 |
| Binary | 11101010 | 1001 | 110101 | 0 | 1100000 | 1001101 | 1000 | 101011100 | 1011101 | 110000 |
Color Harmonies of #EA0935
Complementary color
Monochromatic Colors of #EA0935
Black with #EA0935
Text Example
Text Example
White with #EA0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0935; }
p { color: rgb(234,9,53); }
H1.HeaderClassName
{
color: #EA0935;
}
.AnyTagClassName
{
color: #EA0935;
}
</style>
background-color css
<style>
a { background-color: #EA0935; }
a { background-color: rgb(234,9,53); }
div.DivClassName
{
background-color: #EA0935;
}
.BgClassName
{
background-color: #EA0935;
}
</style>
border-color css
<style>
span { border-color: #EA0935; }
span { border-color: rgb(234,9,53); }
td.TdClassName
{
border-color: #EA0935;
}
.TagClassName
{
border-color: #EA0935;
}
</style>