Shades of Radical Red #EF4253
Tints of Radical Red #EF4253
RGB
CMYK
RGB Variations
Color information
#EF4253 (or 0xEF4253) is known color: Radical Red. HEX triplet: EF, 42 and 53. RGB value is (239,66,83). Sum of RGB (Red+Green+Blue) = 239+66+83=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4253 is #10BDAC. Grayscale: #777777. Windows color (decimal): -1097133 or 5456623. OLE color: 5456623.
HSL color Cylindrical-coordinate representation of color #EF4253: hue angle of 354.1º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4253 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 83 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.06 |
| HSL | 354.1º | 0.84% | 0.6% | - |
| HSV(B) | 354.1º | 0.72% | 0.94% | - |
| XYZ | 39.11 | 22.87 | 10.54 | - |
| YUV | 119.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 83 | 0 | 0.72 | 0.65 | 0.06 | 354.1 | 0.84 | 0.6 |
| Hex | EF | 42 | 53 | 0 | 48 | 41 | 6 | 162 | 54 | 3C |
| Octal | 357 | 102 | 123 | 0 | 110 | 101 | 6 | 542 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1010011 | 0 | 1001000 | 1000001 | 110 | 101100010 | 1010100 | 111100 |
Color Harmonies of #EF4253
Complementary color
Monochromatic Colors of #EF4253
Black with #EF4253
Text Example
Text Example
White with #EF4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4253; }
p { color: rgb(239,66,83); }
H1.HeaderClassName
{
color: #EF4253;
}
.AnyTagClassName
{
color: #EF4253;
}
</style>
background-color css
<style>
a { background-color: #EF4253; }
a { background-color: rgb(239,66,83); }
div.DivClassName
{
background-color: #EF4253;
}
.BgClassName
{
background-color: #EF4253;
}
</style>
border-color css
<style>
span { border-color: #EF4253; }
span { border-color: rgb(239,66,83); }
td.TdClassName
{
border-color: #EF4253;
}
.TagClassName
{
border-color: #EF4253;
}
</style>