Shades of Crimson #EA013F
Tints of Crimson #EA013F
RGB
CMYK
RGB Variations
Color information
#EA013F (or 0xEA013F) is known color: Crimson. HEX triplet: EA, 01 and 3F. RGB value is (234,1,63). Sum of RGB (Red+Green+Blue) = 234+1+63=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA013F is #15FEC0. Grayscale: #4D4D4D. Windows color (decimal): -1441473 or 4129258. OLE color: 4129258.
HSL color Cylindrical-coordinate representation of color #EA013F: hue angle of 344.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA013F is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.08 |
| HSL | 344.03º | 0.99% | 0.46% | - |
| HSV(B) | 344.03º | 1% | 0.92% | - |
| XYZ | 34.84 | 17.87 | 6.32 | - |
| YUV | 77.74 | 119.69 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 63 | 0 | 1.00 | 0.73 | 0.08 | 344.03 | 0.99 | 0.46 |
| Hex | EA | 1 | 3F | 0 | 64 | 49 | 8 | 158 | 63 | 2E |
| Octal | 352 | 1 | 77 | 0 | 144 | 111 | 10 | 530 | 143 | 56 |
| Binary | 11101010 | 1 | 111111 | 0 | 1100100 | 1001001 | 1000 | 101011000 | 1100011 | 101110 |
Color Harmonies of #EA013F
Complementary color
Monochromatic Colors of #EA013F
Black with #EA013F
Text Example
Text Example
White with #EA013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA013F; }
p { color: rgb(234,1,63); }
H1.HeaderClassName
{
color: #EA013F;
}
.AnyTagClassName
{
color: #EA013F;
}
</style>
background-color css
<style>
a { background-color: #EA013F; }
a { background-color: rgb(234,1,63); }
div.DivClassName
{
background-color: #EA013F;
}
.BgClassName
{
background-color: #EA013F;
}
</style>
border-color css
<style>
span { border-color: #EA013F; }
span { border-color: rgb(234,1,63); }
td.TdClassName
{
border-color: #EA013F;
}
.TagClassName
{
border-color: #EA013F;
}
</style>