Shades of Crimson #EA143F
Tints of Crimson #EA143F
RGB
CMYK
RGB Variations
Color information
#EA143F (or 0xEA143F) is known color: Crimson. HEX triplet: EA, 14 and 3F. RGB value is (234,20,63). Sum of RGB (Red+Green+Blue) = 234+20+63=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA143F is #15EBC0. Grayscale: #585858. Windows color (decimal): -1436609 or 4134122. OLE color: 4134122.
HSL color Cylindrical-coordinate representation of color #EA143F: hue angle of 347.94º 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 #EA143F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.08 |
| HSL | 347.94º | 0.84% | 0.5% | - |
| HSV(B) | 347.94º | 0.91% | 0.92% | - |
| XYZ | 35.08 | 18.35 | 6.4 | - |
| YUV | 88.89 | 113.4 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 63 | 0 | 0.91 | 0.73 | 0.08 | 347.94 | 0.84 | 0.5 |
| Hex | EA | 14 | 3F | 0 | 5B | 49 | 8 | 15C | 54 | 32 |
| Octal | 352 | 24 | 77 | 0 | 133 | 111 | 10 | 534 | 124 | 62 |
| Binary | 11101010 | 10100 | 111111 | 0 | 1011011 | 1001001 | 1000 | 101011100 | 1010100 | 110010 |
Color Harmonies of #EA143F
Complementary color
Monochromatic Colors of #EA143F
Black with #EA143F
Text Example
Text Example
White with #EA143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA143F; }
p { color: rgb(234,20,63); }
H1.HeaderClassName
{
color: #EA143F;
}
.AnyTagClassName
{
color: #EA143F;
}
</style>
background-color css
<style>
a { background-color: #EA143F; }
a { background-color: rgb(234,20,63); }
div.DivClassName
{
background-color: #EA143F;
}
.BgClassName
{
background-color: #EA143F;
}
</style>
border-color css
<style>
span { border-color: #EA143F; }
span { border-color: rgb(234,20,63); }
td.TdClassName
{
border-color: #EA143F;
}
.TagClassName
{
border-color: #EA143F;
}
</style>