Shades of Alizarin #EF263D
Tints of Alizarin #EF263D
RGB
CMYK
RGB Variations
Color information
#EF263D (or 0xEF263D) is known color: Alizarin. HEX triplet: EF, 26 and 3D. RGB value is (239,38,61). Sum of RGB (Red+Green+Blue) = 239+38+61=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF263D is #10D9C2. Grayscale: #646464. Windows color (decimal): -1104323 or 4007663. OLE color: 4007663.
HSL color Cylindrical-coordinate representation of color #EF263D: hue angle of 353.13º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF263D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 61 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 353.13º | 0.86% | 0.54% | - |
| HSV(B) | 353.13º | 0.84% | 0.94% | - |
| XYZ | 37.13 | 20.07 | 6.33 | - |
| YUV | 100.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 61 | 0 | 0.84 | 0.74 | 0.06 | 353.13 | 0.86 | 0.54 |
| Hex | EF | 26 | 3D | 0 | 54 | 4A | 6 | 161 | 56 | 36 |
| Octal | 357 | 46 | 75 | 0 | 124 | 112 | 6 | 541 | 126 | 66 |
| Binary | 11101111 | 100110 | 111101 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EF263D
Complementary color
Monochromatic Colors of #EF263D
Black with #EF263D
Text Example
Text Example
White with #EF263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF263D; }
p { color: rgb(239,38,61); }
H1.HeaderClassName
{
color: #EF263D;
}
.AnyTagClassName
{
color: #EF263D;
}
</style>
background-color css
<style>
a { background-color: #EF263D; }
a { background-color: rgb(239,38,61); }
div.DivClassName
{
background-color: #EF263D;
}
.BgClassName
{
background-color: #EF263D;
}
</style>
border-color css
<style>
span { border-color: #EF263D; }
span { border-color: rgb(239,38,61); }
td.TdClassName
{
border-color: #EF263D;
}
.TagClassName
{
border-color: #EF263D;
}
</style>