Shades of Alizarin #EF333D
Tints of Alizarin #EF333D
RGB
CMYK
RGB Variations
Color information
#EF333D (or 0xEF333D) is known color: Alizarin. HEX triplet: EF, 33 and 3D. RGB value is (239,51,61). Sum of RGB (Red+Green+Blue) = 239+51+61=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333D is #10CCC2. Grayscale: #6C6C6C. Windows color (decimal): -1100995 or 4010991. OLE color: 4010991.
HSL color Cylindrical-coordinate representation of color #EF333D: hue angle of 356.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF333D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 61 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.06 |
| HSL | 356.81º | 0.85% | 0.57% | - |
| HSV(B) | 356.81º | 0.79% | 0.94% | - |
| XYZ | 37.62 | 21.06 | 6.5 | - |
| YUV | 108.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 61 | 0 | 0.79 | 0.74 | 0.06 | 356.81 | 0.85 | 0.57 |
| Hex | EF | 33 | 3D | 0 | 4F | 4A | 6 | 165 | 55 | 39 |
| Octal | 357 | 63 | 75 | 0 | 117 | 112 | 6 | 545 | 125 | 71 |
| Binary | 11101111 | 110011 | 111101 | 0 | 1001111 | 1001010 | 110 | 101100101 | 1010101 | 111001 |
Color Harmonies of #EF333D
Complementary color
Monochromatic Colors of #EF333D
Black with #EF333D
Text Example
Text Example
White with #EF333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF333D; }
p { color: rgb(239,51,61); }
H1.HeaderClassName
{
color: #EF333D;
}
.AnyTagClassName
{
color: #EF333D;
}
</style>
background-color css
<style>
a { background-color: #EF333D; }
a { background-color: rgb(239,51,61); }
div.DivClassName
{
background-color: #EF333D;
}
.BgClassName
{
background-color: #EF333D;
}
</style>
border-color css
<style>
span { border-color: #EF333D; }
span { border-color: rgb(239,51,61); }
td.TdClassName
{
border-color: #EF333D;
}
.TagClassName
{
border-color: #EF333D;
}
</style>