Shades of Alizarin #EF263F
Tints of Alizarin #EF263F
RGB
CMYK
RGB Variations
Color information
#EF263F (or 0xEF263F) is known color: Alizarin. HEX triplet: EF, 26 and 3F. RGB value is (239,38,63). Sum of RGB (Red+Green+Blue) = 239+38+63=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF263F is #10D9C0. Grayscale: #656565. Windows color (decimal): -1104321 or 4138735. OLE color: 4138735.
HSL color Cylindrical-coordinate representation of color #EF263F: hue angle of 352.54º 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 #EF263F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 352.54º | 0.86% | 0.54% | - |
| HSV(B) | 352.54º | 0.84% | 0.94% | - |
| XYZ | 37.19 | 20.1 | 6.62 | - |
| YUV | 100.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 63 | 0 | 0.84 | 0.74 | 0.06 | 352.54 | 0.86 | 0.54 |
| Hex | EF | 26 | 3F | 0 | 54 | 4A | 6 | 161 | 56 | 36 |
| Octal | 357 | 46 | 77 | 0 | 124 | 112 | 6 | 541 | 126 | 66 |
| Binary | 11101111 | 100110 | 111111 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EF263F
Complementary color
Monochromatic Colors of #EF263F
Black with #EF263F
Text Example
Text Example
White with #EF263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF263F; }
p { color: rgb(239,38,63); }
H1.HeaderClassName
{
color: #EF263F;
}
.AnyTagClassName
{
color: #EF263F;
}
</style>
background-color css
<style>
a { background-color: #EF263F; }
a { background-color: rgb(239,38,63); }
div.DivClassName
{
background-color: #EF263F;
}
.BgClassName
{
background-color: #EF263F;
}
</style>
border-color css
<style>
span { border-color: #EF263F; }
span { border-color: rgb(239,38,63); }
td.TdClassName
{
border-color: #EF263F;
}
.TagClassName
{
border-color: #EF263F;
}
</style>