Shades of Alizarin #EA1F30
Tints of Alizarin #EA1F30
RGB
CMYK
RGB Variations
Color information
#EA1F30 (or 0xEA1F30) is known color: Alizarin. HEX triplet: EA, 1F and 30. RGB value is (234,31,48). Sum of RGB (Red+Green+Blue) = 234+31+48=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F30 is #15E0CF. Grayscale: #5D5D5D. Windows color (decimal): -1433808 or 3153898. OLE color: 3153898.
HSL color Cylindrical-coordinate representation of color #EA1F30: hue angle of 354.98º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1F30 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 31 | 48 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.08 |
| HSL | 354.98º | 0.83% | 0.52% | - |
| HSV(B) | 354.98º | 0.87% | 0.92% | - |
| XYZ | 34.96 | 18.69 | 4.56 | - |
| YUV | 93.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 48 | 0 | 0.87 | 0.79 | 0.08 | 354.98 | 0.83 | 0.52 |
| Hex | EA | 1F | 30 | 0 | 57 | 4F | 8 | 163 | 53 | 34 |
| Octal | 352 | 37 | 60 | 0 | 127 | 117 | 10 | 543 | 123 | 64 |
| Binary | 11101010 | 11111 | 110000 | 0 | 1010111 | 1001111 | 1000 | 101100011 | 1010011 | 110100 |
Color Harmonies of #EA1F30
Complementary color
Monochromatic Colors of #EA1F30
Black with #EA1F30
Text Example
Text Example
White with #EA1F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1F30; }
p { color: rgb(234,31,48); }
H1.HeaderClassName
{
color: #EA1F30;
}
.AnyTagClassName
{
color: #EA1F30;
}
</style>
background-color css
<style>
a { background-color: #EA1F30; }
a { background-color: rgb(234,31,48); }
div.DivClassName
{
background-color: #EA1F30;
}
.BgClassName
{
background-color: #EA1F30;
}
</style>
border-color css
<style>
span { border-color: #EA1F30; }
span { border-color: rgb(234,31,48); }
td.TdClassName
{
border-color: #EA1F30;
}
.TagClassName
{
border-color: #EA1F30;
}
</style>