Shades of Alizarin #EF273D
Tints of Alizarin #EF273D
RGB
CMYK
RGB Variations
Color information
#EF273D (or 0xEF273D) is known color: Alizarin. HEX triplet: EF, 27 and 3D. RGB value is (239,39,61). Sum of RGB (Red+Green+Blue) = 239+39+61=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF273D is #10D8C2. Grayscale: #656565. Windows color (decimal): -1104067 or 4007919. OLE color: 4007919.
HSL color Cylindrical-coordinate representation of color #EF273D: hue angle of 353.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF273D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 353.4º | 0.86% | 0.55% | - |
| HSV(B) | 353.4º | 0.84% | 0.94% | - |
| XYZ | 37.16 | 20.14 | 6.34 | - |
| YUV | 101.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 61 | 0 | 0.84 | 0.74 | 0.06 | 353.4 | 0.86 | 0.55 |
| Hex | EF | 27 | 3D | 0 | 54 | 4A | 6 | 161 | 56 | 37 |
| Octal | 357 | 47 | 75 | 0 | 124 | 112 | 6 | 541 | 126 | 67 |
| Binary | 11101111 | 100111 | 111101 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010110 | 110111 |
Color Harmonies of #EF273D
Complementary color
Monochromatic Colors of #EF273D
Black with #EF273D
Text Example
Text Example
White with #EF273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF273D; }
p { color: rgb(239,39,61); }
H1.HeaderClassName
{
color: #EF273D;
}
.AnyTagClassName
{
color: #EF273D;
}
</style>
background-color css
<style>
a { background-color: #EF273D; }
a { background-color: rgb(239,39,61); }
div.DivClassName
{
background-color: #EF273D;
}
.BgClassName
{
background-color: #EF273D;
}
</style>
border-color css
<style>
span { border-color: #EF273D; }
span { border-color: rgb(239,39,61); }
td.TdClassName
{
border-color: #EF273D;
}
.TagClassName
{
border-color: #EF273D;
}
</style>