Shades of Radical Red #EF365B
Tints of Radical Red #EF365B
RGB
CMYK
RGB Variations
Color information
#EF365B (or 0xEF365B) is known color: Radical Red. HEX triplet: EF, 36 and 5B. RGB value is (239,54,91). Sum of RGB (Red+Green+Blue) = 239+54+91=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF365B is #10C9A4. Grayscale: #717171. Windows color (decimal): -1100197 or 5977839. OLE color: 5977839.
HSL color Cylindrical-coordinate representation of color #EF365B: hue angle of 348º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF365B is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 54 | 91 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.06 |
| HSL | 348º | 0.85% | 0.57% | - |
| HSV(B) | 348º | 0.77% | 0.94% | - |
| XYZ | 38.8 | 21.74 | 12.05 | - |
| YUV | 113.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 54 | 91 | 0 | 0.77 | 0.62 | 0.06 | 348 | 0.85 | 0.57 |
| Hex | EF | 36 | 5B | 0 | 4D | 3E | 6 | 15C | 55 | 39 |
| Octal | 357 | 66 | 133 | 0 | 115 | 76 | 6 | 534 | 125 | 71 |
| Binary | 11101111 | 110110 | 1011011 | 0 | 1001101 | 111110 | 110 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EF365B
Complementary color
Monochromatic Colors of #EF365B
Black with #EF365B
Text Example
Text Example
White with #EF365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF365B; }
p { color: rgb(239,54,91); }
H1.HeaderClassName
{
color: #EF365B;
}
.AnyTagClassName
{
color: #EF365B;
}
</style>
background-color css
<style>
a { background-color: #EF365B; }
a { background-color: rgb(239,54,91); }
div.DivClassName
{
background-color: #EF365B;
}
.BgClassName
{
background-color: #EF365B;
}
</style>
border-color css
<style>
span { border-color: #EF365B; }
span { border-color: rgb(239,54,91); }
td.TdClassName
{
border-color: #EF365B;
}
.TagClassName
{
border-color: #EF365B;
}
</style>