Shades of Alizarin #EF363D
Tints of Alizarin #EF363D
RGB
CMYK
RGB Variations
Color information
#EF363D (or 0xEF363D) is known color: Alizarin. HEX triplet: EF, 36 and 3D. RGB value is (239,54,61). Sum of RGB (Red+Green+Blue) = 239+54+61=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF363D is #10C9C2. Grayscale: #6E6E6E. Windows color (decimal): -1100227 or 4011759. OLE color: 4011759.
HSL color Cylindrical-coordinate representation of color #EF363D: hue angle of 357.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF363D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 61 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.06 |
| HSL | 357.73º | 0.85% | 0.57% | - |
| HSV(B) | 357.73º | 0.77% | 0.94% | - |
| XYZ | 37.76 | 21.33 | 6.54 | - |
| YUV | 110.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 61 | 0 | 0.77 | 0.74 | 0.06 | 357.73 | 0.85 | 0.57 |
| Hex | EF | 36 | 3D | 0 | 4D | 4A | 6 | 166 | 55 | 39 |
| Octal | 357 | 66 | 75 | 0 | 115 | 112 | 6 | 546 | 125 | 71 |
| Binary | 11101111 | 110110 | 111101 | 0 | 1001101 | 1001010 | 110 | 101100110 | 1010101 | 111001 |
Color Harmonies of #EF363D
Complementary color
Monochromatic Colors of #EF363D
Black with #EF363D
Text Example
Text Example
White with #EF363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF363D; }
p { color: rgb(239,54,61); }
H1.HeaderClassName
{
color: #EF363D;
}
.AnyTagClassName
{
color: #EF363D;
}
</style>
background-color css
<style>
a { background-color: #EF363D; }
a { background-color: rgb(239,54,61); }
div.DivClassName
{
background-color: #EF363D;
}
.BgClassName
{
background-color: #EF363D;
}
</style>
border-color css
<style>
span { border-color: #EF363D; }
span { border-color: rgb(239,54,61); }
td.TdClassName
{
border-color: #EF363D;
}
.TagClassName
{
border-color: #EF363D;
}
</style>