Shades of Crimson #EA013D
Tints of Crimson #EA013D
RGB
CMYK
RGB Variations
Color information
#EA013D (or 0xEA013D) is known color: Crimson. HEX triplet: EA, 01 and 3D. RGB value is (234,1,61). Sum of RGB (Red+Green+Blue) = 234+1+61=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA013D is #15FEC2. Grayscale: #4D4D4D. Windows color (decimal): -1441475 or 3998186. OLE color: 3998186.
HSL color Cylindrical-coordinate representation of color #EA013D: hue angle of 344.55º 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 #EA013D is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.08 |
| HSL | 344.55º | 0.99% | 0.46% | - |
| HSV(B) | 344.55º | 1% | 0.92% | - |
| XYZ | 34.78 | 17.85 | 6.03 | - |
| YUV | 77.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 61 | 0 | 1.00 | 0.74 | 0.08 | 344.55 | 0.99 | 0.46 |
| Hex | EA | 1 | 3D | 0 | 64 | 4A | 8 | 159 | 63 | 2E |
| Octal | 352 | 1 | 75 | 0 | 144 | 112 | 10 | 531 | 143 | 56 |
| Binary | 11101010 | 1 | 111101 | 0 | 1100100 | 1001010 | 1000 | 101011001 | 1100011 | 101110 |
Color Harmonies of #EA013D
Complementary color
Monochromatic Colors of #EA013D
Black with #EA013D
Text Example
Text Example
White with #EA013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA013D; }
p { color: rgb(234,1,61); }
H1.HeaderClassName
{
color: #EA013D;
}
.AnyTagClassName
{
color: #EA013D;
}
</style>
background-color css
<style>
a { background-color: #EA013D; }
a { background-color: rgb(234,1,61); }
div.DivClassName
{
background-color: #EA013D;
}
.BgClassName
{
background-color: #EA013D;
}
</style>
border-color css
<style>
span { border-color: #EA013D; }
span { border-color: rgb(234,1,61); }
td.TdClassName
{
border-color: #EA013D;
}
.TagClassName
{
border-color: #EA013D;
}
</style>