Shades of Alizarin #EF373D
Tints of Alizarin #EF373D
RGB
CMYK
RGB Variations
Color information
#EF373D (or 0xEF373D) is known color: Alizarin. HEX triplet: EF, 37 and 3D. RGB value is (239,55,61). Sum of RGB (Red+Green+Blue) = 239+55+61=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF373D is #10C8C2. Grayscale: #6E6E6E. Windows color (decimal): -1099971 or 4012015. OLE color: 4012015.
HSL color Cylindrical-coordinate representation of color #EF373D: hue angle of 358.04º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF373D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 61 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.06 |
| HSL | 358.04º | 0.85% | 0.58% | - |
| HSV(B) | 358.04º | 0.77% | 0.94% | - |
| XYZ | 37.81 | 21.42 | 6.56 | - |
| YUV | 110.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 61 | 0 | 0.77 | 0.74 | 0.06 | 358.04 | 0.85 | 0.58 |
| Hex | EF | 37 | 3D | 0 | 4D | 4A | 6 | 166 | 55 | 3A |
| Octal | 357 | 67 | 75 | 0 | 115 | 112 | 6 | 546 | 125 | 72 |
| Binary | 11101111 | 110111 | 111101 | 0 | 1001101 | 1001010 | 110 | 101100110 | 1010101 | 111010 |
Color Harmonies of #EF373D
Complementary color
Monochromatic Colors of #EF373D
Black with #EF373D
Text Example
Text Example
White with #EF373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF373D; }
p { color: rgb(239,55,61); }
H1.HeaderClassName
{
color: #EF373D;
}
.AnyTagClassName
{
color: #EF373D;
}
</style>
background-color css
<style>
a { background-color: #EF373D; }
a { background-color: rgb(239,55,61); }
div.DivClassName
{
background-color: #EF373D;
}
.BgClassName
{
background-color: #EF373D;
}
</style>
border-color css
<style>
span { border-color: #EF373D; }
span { border-color: rgb(239,55,61); }
td.TdClassName
{
border-color: #EF373D;
}
.TagClassName
{
border-color: #EF373D;
}
</style>