Shades of Crimson #EA183D
Tints of Crimson #EA183D
RGB
CMYK
RGB Variations
Color information
#EA183D (or 0xEA183D) is known color: Crimson. HEX triplet: EA, 18 and 3D. RGB value is (234,24,61). Sum of RGB (Red+Green+Blue) = 234+24+61=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA183D is #15E7C2. Grayscale: #5B5B5B. Windows color (decimal): -1435587 or 4004074. OLE color: 4004074.
HSL color Cylindrical-coordinate representation of color #EA183D: hue angle of 349.43º 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 #EA183D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.08 |
| HSL | 349.43º | 0.83% | 0.51% | - |
| HSV(B) | 349.43º | 0.9% | 0.92% | - |
| XYZ | 35.1 | 18.48 | 6.13 | - |
| YUV | 91.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 61 | 0 | 0.90 | 0.74 | 0.08 | 349.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 3D | 0 | 5A | 4A | 8 | 15D | 53 | 33 |
| Octal | 352 | 30 | 75 | 0 | 132 | 112 | 10 | 535 | 123 | 63 |
| Binary | 11101010 | 11000 | 111101 | 0 | 1011010 | 1001010 | 1000 | 101011101 | 1010011 | 110011 |
Color Harmonies of #EA183D
Complementary color
Monochromatic Colors of #EA183D
Black with #EA183D
Text Example
Text Example
White with #EA183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA183D; }
p { color: rgb(234,24,61); }
H1.HeaderClassName
{
color: #EA183D;
}
.AnyTagClassName
{
color: #EA183D;
}
</style>
background-color css
<style>
a { background-color: #EA183D; }
a { background-color: rgb(234,24,61); }
div.DivClassName
{
background-color: #EA183D;
}
.BgClassName
{
background-color: #EA183D;
}
</style>
border-color css
<style>
span { border-color: #EA183D; }
span { border-color: rgb(234,24,61); }
td.TdClassName
{
border-color: #EA183D;
}
.TagClassName
{
border-color: #EA183D;
}
</style>