Shades of Crimson #EA183C
Tints of Crimson #EA183C
RGB
CMYK
RGB Variations
Color information
#EA183C (or 0xEA183C) is known color: Crimson. HEX triplet: EA, 18 and 3C. RGB value is (234,24,60). Sum of RGB (Red+Green+Blue) = 234+24+60=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA183C is #15E7C3. Grayscale: #5A5A5A. Windows color (decimal): -1435588 or 3938538. OLE color: 3938538.
HSL color Cylindrical-coordinate representation of color #EA183C: hue angle of 349.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA183C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.08 |
| HSL | 349.71º | 0.83% | 0.51% | - |
| HSV(B) | 349.71º | 0.9% | 0.92% | - |
| XYZ | 35.07 | 18.47 | 5.99 | - |
| YUV | 90.89 | 110.57 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 60 | 0 | 0.90 | 0.74 | 0.08 | 349.71 | 0.83 | 0.51 |
| Hex | EA | 18 | 3C | 0 | 5A | 4A | 8 | 15E | 53 | 33 |
| Octal | 352 | 30 | 74 | 0 | 132 | 112 | 10 | 536 | 123 | 63 |
| Binary | 11101010 | 11000 | 111100 | 0 | 1011010 | 1001010 | 1000 | 101011110 | 1010011 | 110011 |
Color Harmonies of #EA183C
Complementary color
Monochromatic Colors of #EA183C
Black with #EA183C
Text Example
Text Example
White with #EA183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA183C; }
p { color: rgb(234,24,60); }
H1.HeaderClassName
{
color: #EA183C;
}
.AnyTagClassName
{
color: #EA183C;
}
</style>
background-color css
<style>
a { background-color: #EA183C; }
a { background-color: rgb(234,24,60); }
div.DivClassName
{
background-color: #EA183C;
}
.BgClassName
{
background-color: #EA183C;
}
</style>
border-color css
<style>
span { border-color: #EA183C; }
span { border-color: rgb(234,24,60); }
td.TdClassName
{
border-color: #EA183C;
}
.TagClassName
{
border-color: #EA183C;
}
</style>