Shades of Crimson #EA0C43
Tints of Crimson #EA0C43
RGB
CMYK
RGB Variations
Color information
#EA0C43 (or 0xEA0C43) is known color: Crimson. HEX triplet: EA, 0C and 43. RGB value is (234,12,67). Sum of RGB (Red+Green+Blue) = 234+12+67=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0C43 is #15F3BC. Grayscale: #545454. Windows color (decimal): -1438653 or 4394218. OLE color: 4394218.
HSL color Cylindrical-coordinate representation of color #EA0C43: hue angle of 345.14º degrees, saturation: 0.9, 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 #EA0C43 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 67 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.08 |
| HSL | 345.14º | 0.9% | 0.48% | - |
| HSV(B) | 345.14º | 0.95% | 0.92% | - |
| XYZ | 35.08 | 18.16 | 6.97 | - |
| YUV | 84.65 | 118.05 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 67 | 0 | 0.95 | 0.71 | 0.08 | 345.14 | 0.9 | 0.48 |
| Hex | EA | C | 43 | 0 | 5F | 47 | 8 | 159 | 5A | 30 |
| Octal | 352 | 14 | 103 | 0 | 137 | 107 | 10 | 531 | 132 | 60 |
| Binary | 11101010 | 1100 | 1000011 | 0 | 1011111 | 1000111 | 1000 | 101011001 | 1011010 | 110000 |
Color Harmonies of #EA0C43
Complementary color
Monochromatic Colors of #EA0C43
Black with #EA0C43
Text Example
Text Example
White with #EA0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C43; }
p { color: rgb(234,12,67); }
H1.HeaderClassName
{
color: #EA0C43;
}
.AnyTagClassName
{
color: #EA0C43;
}
</style>
background-color css
<style>
a { background-color: #EA0C43; }
a { background-color: rgb(234,12,67); }
div.DivClassName
{
background-color: #EA0C43;
}
.BgClassName
{
background-color: #EA0C43;
}
</style>
border-color css
<style>
span { border-color: #EA0C43; }
span { border-color: rgb(234,12,67); }
td.TdClassName
{
border-color: #EA0C43;
}
.TagClassName
{
border-color: #EA0C43;
}
</style>