Shades of Crimson #EA1C3F
Tints of Crimson #EA1C3F
RGB
CMYK
RGB Variations
Color information
#EA1C3F (or 0xEA1C3F) is known color: Crimson. HEX triplet: EA, 1C and 3F. RGB value is (234,28,63). Sum of RGB (Red+Green+Blue) = 234+28+63=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1C3F is #15E3C0. Grayscale: #5D5D5D. Windows color (decimal): -1434561 or 4136170. OLE color: 4136170.
HSL color Cylindrical-coordinate representation of color #EA1C3F: hue angle of 349.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1C3F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 63 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.08 |
| HSL | 349.81º | 0.83% | 0.51% | - |
| HSV(B) | 349.81º | 0.88% | 0.92% | - |
| XYZ | 35.24 | 18.68 | 6.45 | - |
| YUV | 93.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 63 | 0 | 0.88 | 0.73 | 0.08 | 349.81 | 0.83 | 0.51 |
| Hex | EA | 1C | 3F | 0 | 58 | 49 | 8 | 15E | 53 | 33 |
| Octal | 352 | 34 | 77 | 0 | 130 | 111 | 10 | 536 | 123 | 63 |
| Binary | 11101010 | 11100 | 111111 | 0 | 1011000 | 1001001 | 1000 | 101011110 | 1010011 | 110011 |
Color Harmonies of #EA1C3F
Complementary color
Monochromatic Colors of #EA1C3F
Black with #EA1C3F
Text Example
Text Example
White with #EA1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1C3F; }
p { color: rgb(234,28,63); }
H1.HeaderClassName
{
color: #EA1C3F;
}
.AnyTagClassName
{
color: #EA1C3F;
}
</style>
background-color css
<style>
a { background-color: #EA1C3F; }
a { background-color: rgb(234,28,63); }
div.DivClassName
{
background-color: #EA1C3F;
}
.BgClassName
{
background-color: #EA1C3F;
}
</style>
border-color css
<style>
span { border-color: #EA1C3F; }
span { border-color: rgb(234,28,63); }
td.TdClassName
{
border-color: #EA1C3F;
}
.TagClassName
{
border-color: #EA1C3F;
}
</style>