Shades of Crimson #EA153F
Tints of Crimson #EA153F
RGB
CMYK
RGB Variations
Color information
#EA153F (or 0xEA153F) is known color: Crimson. HEX triplet: EA, 15 and 3F. RGB value is (234,21,63). Sum of RGB (Red+Green+Blue) = 234+21+63=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA153F is #15EAC0. Grayscale: #595959. Windows color (decimal): -1436353 or 4134378. OLE color: 4134378.
HSL color Cylindrical-coordinate representation of color #EA153F: hue angle of 348.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA153F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.08 |
| HSL | 348.17º | 0.84% | 0.5% | - |
| HSV(B) | 348.17º | 0.91% | 0.92% | - |
| XYZ | 35.1 | 18.39 | 6.4 | - |
| YUV | 89.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 63 | 0 | 0.91 | 0.73 | 0.08 | 348.17 | 0.84 | 0.5 |
| Hex | EA | 15 | 3F | 0 | 5B | 49 | 8 | 15C | 54 | 32 |
| Octal | 352 | 25 | 77 | 0 | 133 | 111 | 10 | 534 | 124 | 62 |
| Binary | 11101010 | 10101 | 111111 | 0 | 1011011 | 1001001 | 1000 | 101011100 | 1010100 | 110010 |
Color Harmonies of #EA153F
Complementary color
Monochromatic Colors of #EA153F
Black with #EA153F
Text Example
Text Example
White with #EA153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA153F; }
p { color: rgb(234,21,63); }
H1.HeaderClassName
{
color: #EA153F;
}
.AnyTagClassName
{
color: #EA153F;
}
</style>
background-color css
<style>
a { background-color: #EA153F; }
a { background-color: rgb(234,21,63); }
div.DivClassName
{
background-color: #EA153F;
}
.BgClassName
{
background-color: #EA153F;
}
</style>
border-color css
<style>
span { border-color: #EA153F; }
span { border-color: rgb(234,21,63); }
td.TdClassName
{
border-color: #EA153F;
}
.TagClassName
{
border-color: #EA153F;
}
</style>