Shades of Alizarin #EA1F23
Tints of Alizarin #EA1F23
RGB
CMYK
RGB Variations
Color information
#EA1F23 (or 0xEA1F23) is known color: Alizarin. HEX triplet: EA, 1F and 23. RGB value is (234,31,35). Sum of RGB (Red+Green+Blue) = 234+31+35=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1F23 is #15E0DC. Grayscale: #5C5C5C. Windows color (decimal): -1433821 or 2301930. OLE color: 2301930.
HSL color Cylindrical-coordinate representation of color #EA1F23: hue angle of 358.82º 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 #EA1F23 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 31 | 35 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.08 |
| HSL | 358.82º | 0.83% | 0.52% | - |
| HSV(B) | 358.82º | 0.87% | 0.92% | - |
| XYZ | 34.73 | 18.59 | 3.35 | - |
| YUV | 92.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 35 | 0 | 0.87 | 0.85 | 0.08 | 358.82 | 0.83 | 0.52 |
| Hex | EA | 1F | 23 | 0 | 57 | 55 | 8 | 167 | 53 | 34 |
| Octal | 352 | 37 | 43 | 0 | 127 | 125 | 10 | 547 | 123 | 64 |
| Binary | 11101010 | 11111 | 100011 | 0 | 1010111 | 1010101 | 1000 | 101100111 | 1010011 | 110100 |
Color Harmonies of #EA1F23
Complementary color
Monochromatic Colors of #EA1F23
Black with #EA1F23
Text Example
Text Example
White with #EA1F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1F23; }
p { color: rgb(234,31,35); }
H1.HeaderClassName
{
color: #EA1F23;
}
.AnyTagClassName
{
color: #EA1F23;
}
</style>
background-color css
<style>
a { background-color: #EA1F23; }
a { background-color: rgb(234,31,35); }
div.DivClassName
{
background-color: #EA1F23;
}
.BgClassName
{
background-color: #EA1F23;
}
</style>
border-color css
<style>
span { border-color: #EA1F23; }
span { border-color: rgb(234,31,35); }
td.TdClassName
{
border-color: #EA1F23;
}
.TagClassName
{
border-color: #EA1F23;
}
</style>