Shades of Alizarin #EF283D
Tints of Alizarin #EF283D
RGB
CMYK
RGB Variations
Color information
#EF283D (or 0xEF283D) is known color: Alizarin. HEX triplet: EF, 28 and 3D. RGB value is (239,40,61). Sum of RGB (Red+Green+Blue) = 239+40+61=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF283D is #10D7C2. Grayscale: #666666. Windows color (decimal): -1103811 or 4008175. OLE color: 4008175.
HSL color Cylindrical-coordinate representation of color #EF283D: hue angle of 353.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF283D is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 61 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.06 |
| HSL | 353.67º | 0.86% | 0.55% | - |
| HSV(B) | 353.67º | 0.83% | 0.94% | - |
| XYZ | 37.2 | 20.21 | 6.35 | - |
| YUV | 101.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 61 | 0 | 0.83 | 0.74 | 0.06 | 353.67 | 0.86 | 0.55 |
| Hex | EF | 28 | 3D | 0 | 53 | 4A | 6 | 162 | 56 | 37 |
| Octal | 357 | 50 | 75 | 0 | 123 | 112 | 6 | 542 | 126 | 67 |
| Binary | 11101111 | 101000 | 111101 | 0 | 1010011 | 1001010 | 110 | 101100010 | 1010110 | 110111 |
Color Harmonies of #EF283D
Complementary color
Monochromatic Colors of #EF283D
Black with #EF283D
Text Example
Text Example
White with #EF283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF283D; }
p { color: rgb(239,40,61); }
H1.HeaderClassName
{
color: #EF283D;
}
.AnyTagClassName
{
color: #EF283D;
}
</style>
background-color css
<style>
a { background-color: #EF283D; }
a { background-color: rgb(239,40,61); }
div.DivClassName
{
background-color: #EF283D;
}
.BgClassName
{
background-color: #EF283D;
}
</style>
border-color css
<style>
span { border-color: #EF283D; }
span { border-color: rgb(239,40,61); }
td.TdClassName
{
border-color: #EF283D;
}
.TagClassName
{
border-color: #EF283D;
}
</style>