Shades of Crimson #EA0B40
Tints of Crimson #EA0B40
RGB
CMYK
RGB Variations
Color information
#EA0B40 (or 0xEA0B40) is known color: Crimson. HEX triplet: EA, 0B and 40. RGB value is (234,11,64). Sum of RGB (Red+Green+Blue) = 234+11+64=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0B40 is #15F4BF. Grayscale: #535353. Windows color (decimal): -1438912 or 4197354. OLE color: 4197354.
HSL color Cylindrical-coordinate representation of color #EA0B40: hue angle of 345.74º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B40 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 64 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.08 |
| HSL | 345.74º | 0.91% | 0.48% | - |
| HSV(B) | 345.74º | 0.95% | 0.92% | - |
| XYZ | 34.98 | 18.1 | 6.5 | - |
| YUV | 83.72 | 116.88 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 64 | 0 | 0.95 | 0.73 | 0.08 | 345.74 | 0.91 | 0.48 |
| Hex | EA | B | 40 | 0 | 5F | 49 | 8 | 15A | 5B | 30 |
| Octal | 352 | 13 | 100 | 0 | 137 | 111 | 10 | 532 | 133 | 60 |
| Binary | 11101010 | 1011 | 1000000 | 0 | 1011111 | 1001001 | 1000 | 101011010 | 1011011 | 110000 |
Color Harmonies of #EA0B40
Complementary color
Monochromatic Colors of #EA0B40
Black with #EA0B40
Text Example
Text Example
White with #EA0B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B40; }
p { color: rgb(234,11,64); }
H1.HeaderClassName
{
color: #EA0B40;
}
.AnyTagClassName
{
color: #EA0B40;
}
</style>
background-color css
<style>
a { background-color: #EA0B40; }
a { background-color: rgb(234,11,64); }
div.DivClassName
{
background-color: #EA0B40;
}
.BgClassName
{
background-color: #EA0B40;
}
</style>
border-color css
<style>
span { border-color: #EA0B40; }
span { border-color: rgb(234,11,64); }
td.TdClassName
{
border-color: #EA0B40;
}
.TagClassName
{
border-color: #EA0B40;
}
</style>