Shades of Alizarin #EF202B
Tints of Alizarin #EF202B
RGB
CMYK
RGB Variations
Color information
#EF202B (or 0xEF202B) is known color: Alizarin. HEX triplet: EF, 20 and 2B. RGB value is (239,32,43). Sum of RGB (Red+Green+Blue) = 239+32+43=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202B is #10DFD4. Grayscale: #5F5F5F. Windows color (decimal): -1105877 or 2826479. OLE color: 2826479.
HSL color Cylindrical-coordinate representation of color #EF202B: hue angle of 356.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF202B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.06 |
| HSL | 356.81º | 0.87% | 0.53% | - |
| HSV(B) | 356.81º | 0.87% | 0.94% | - |
| XYZ | 36.55 | 19.56 | 4.13 | - |
| YUV | 95.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 43 | 0 | 0.87 | 0.82 | 0.06 | 356.81 | 0.87 | 0.53 |
| Hex | EF | 20 | 2B | 0 | 57 | 52 | 6 | 165 | 57 | 35 |
| Octal | 357 | 40 | 53 | 0 | 127 | 122 | 6 | 545 | 127 | 65 |
| Binary | 11101111 | 100000 | 101011 | 0 | 1010111 | 1010010 | 110 | 101100101 | 1010111 | 110101 |
Color Harmonies of #EF202B
Complementary color
Monochromatic Colors of #EF202B
Black with #EF202B
Text Example
Text Example
White with #EF202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF202B; }
p { color: rgb(239,32,43); }
H1.HeaderClassName
{
color: #EF202B;
}
.AnyTagClassName
{
color: #EF202B;
}
</style>
background-color css
<style>
a { background-color: #EF202B; }
a { background-color: rgb(239,32,43); }
div.DivClassName
{
background-color: #EF202B;
}
.BgClassName
{
background-color: #EF202B;
}
</style>
border-color css
<style>
span { border-color: #EF202B; }
span { border-color: rgb(239,32,43); }
td.TdClassName
{
border-color: #EF202B;
}
.TagClassName
{
border-color: #EF202B;
}
</style>