Shades of Radical Red #EF435B
Tints of Radical Red #EF435B
RGB
CMYK
RGB Variations
Color information
#EF435B (or 0xEF435B) is known color: Radical Red. HEX triplet: EF, 43 and 5B. RGB value is (239,67,91). Sum of RGB (Red+Green+Blue) = 239+67+91=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF435B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF435B is #10BCA4. Grayscale: #797979. Windows color (decimal): -1096869 or 5981167. OLE color: 5981167.
HSL color Cylindrical-coordinate representation of color #EF435B: hue angle of 351.63º 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 #EF435B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 91 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.06 |
| HSL | 351.63º | 0.84% | 0.6% | - |
| HSV(B) | 351.63º | 0.72% | 0.94% | - |
| XYZ | 39.49 | 23.12 | 12.28 | - |
| YUV | 121.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 91 | 0 | 0.72 | 0.62 | 0.06 | 351.63 | 0.84 | 0.6 |
| Hex | EF | 43 | 5B | 0 | 48 | 3E | 6 | 160 | 54 | 3C |
| Octal | 357 | 103 | 133 | 0 | 110 | 76 | 6 | 540 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1011011 | 0 | 1001000 | 111110 | 110 | 101100000 | 1010100 | 111100 |
Color Harmonies of #EF435B
Complementary color
Monochromatic Colors of #EF435B
Black with #EF435B
Text Example
Text Example
White with #EF435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF435B; }
p { color: rgb(239,67,91); }
H1.HeaderClassName
{
color: #EF435B;
}
.AnyTagClassName
{
color: #EF435B;
}
</style>
background-color css
<style>
a { background-color: #EF435B; }
a { background-color: rgb(239,67,91); }
div.DivClassName
{
background-color: #EF435B;
}
.BgClassName
{
background-color: #EF435B;
}
</style>
border-color css
<style>
span { border-color: #EF435B; }
span { border-color: rgb(239,67,91); }
td.TdClassName
{
border-color: #EF435B;
}
.TagClassName
{
border-color: #EF435B;
}
</style>