Shades of Crimson #EA0340
Tints of Crimson #EA0340
RGB
CMYK
RGB Variations
Color information
#EA0340 (or 0xEA0340) is known color: Crimson. HEX triplet: EA, 03 and 40. RGB value is (234,3,64). Sum of RGB (Red+Green+Blue) = 234+3+64=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0340 is #15FCBF. Grayscale: #4F4F4F. Windows color (decimal): -1440960 or 4195306. OLE color: 4195306.
HSL color Cylindrical-coordinate representation of color #EA0340: hue angle of 344.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0340 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.08 |
| HSL | 344.16º | 0.97% | 0.46% | - |
| HSV(B) | 344.16º | 0.99% | 0.92% | - |
| XYZ | 34.89 | 17.93 | 6.47 | - |
| YUV | 79.02 | 119.53 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 64 | 0 | 0.99 | 0.73 | 0.08 | 344.16 | 0.97 | 0.46 |
| Hex | EA | 3 | 40 | 0 | 63 | 49 | 8 | 158 | 61 | 2E |
| Octal | 352 | 3 | 100 | 0 | 143 | 111 | 10 | 530 | 141 | 56 |
| Binary | 11101010 | 11 | 1000000 | 0 | 1100011 | 1001001 | 1000 | 101011000 | 1100001 | 101110 |
Color Harmonies of #EA0340
Complementary color
Monochromatic Colors of #EA0340
Black with #EA0340
Text Example
Text Example
White with #EA0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0340; }
p { color: rgb(234,3,64); }
H1.HeaderClassName
{
color: #EA0340;
}
.AnyTagClassName
{
color: #EA0340;
}
</style>
background-color css
<style>
a { background-color: #EA0340; }
a { background-color: rgb(234,3,64); }
div.DivClassName
{
background-color: #EA0340;
}
.BgClassName
{
background-color: #EA0340;
}
</style>
border-color css
<style>
span { border-color: #EA0340; }
span { border-color: rgb(234,3,64); }
td.TdClassName
{
border-color: #EA0340;
}
.TagClassName
{
border-color: #EA0340;
}
</style>