Shades of Crimson #EA1430
Tints of Crimson #EA1430
RGB
CMYK
RGB Variations
Color information
#EA1430 (or 0xEA1430) is known color: Crimson. HEX triplet: EA, 14 and 30. RGB value is (234,20,48). Sum of RGB (Red+Green+Blue) = 234+20+48=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1430 is #15EBCF. Grayscale: #575757. Windows color (decimal): -1436624 or 3151082. OLE color: 3151082.
HSL color Cylindrical-coordinate representation of color #EA1430: hue angle of 352.15º 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 #EA1430 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.08 |
| HSL | 352.15º | 0.84% | 0.5% | - |
| HSV(B) | 352.15º | 0.91% | 0.92% | - |
| XYZ | 34.72 | 18.21 | 4.48 | - |
| YUV | 87.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 48 | 0 | 0.91 | 0.79 | 0.08 | 352.15 | 0.84 | 0.5 |
| Hex | EA | 14 | 30 | 0 | 5B | 4F | 8 | 160 | 54 | 32 |
| Octal | 352 | 24 | 60 | 0 | 133 | 117 | 10 | 540 | 124 | 62 |
| Binary | 11101010 | 10100 | 110000 | 0 | 1011011 | 1001111 | 1000 | 101100000 | 1010100 | 110010 |
Color Harmonies of #EA1430
Complementary color
Monochromatic Colors of #EA1430
Black with #EA1430
Text Example
Text Example
White with #EA1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1430; }
p { color: rgb(234,20,48); }
H1.HeaderClassName
{
color: #EA1430;
}
.AnyTagClassName
{
color: #EA1430;
}
</style>
background-color css
<style>
a { background-color: #EA1430; }
a { background-color: rgb(234,20,48); }
div.DivClassName
{
background-color: #EA1430;
}
.BgClassName
{
background-color: #EA1430;
}
</style>
border-color css
<style>
span { border-color: #EA1430; }
span { border-color: rgb(234,20,48); }
td.TdClassName
{
border-color: #EA1430;
}
.TagClassName
{
border-color: #EA1430;
}
</style>