Shades of Radical Red #EF435D
Tints of Radical Red #EF435D
RGB
CMYK
RGB Variations
Color information
#EF435D (or 0xEF435D) is known color: Radical Red. HEX triplet: EF, 43 and 5D. RGB value is (239,67,93). Sum of RGB (Red+Green+Blue) = 239+67+93=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF435D is #10BCA2. Grayscale: #797979. Windows color (decimal): -1096867 or 6112239. OLE color: 6112239.
HSL color Cylindrical-coordinate representation of color #EF435D: hue angle of 350.93º 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 #EF435D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 350.93º | 0.84% | 0.6% | - |
| HSV(B) | 350.93º | 0.72% | 0.94% | - |
| XYZ | 39.58 | 23.16 | 12.74 | - |
| YUV | 121.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 93 | 0 | 0.72 | 0.61 | 0.06 | 350.93 | 0.84 | 0.6 |
| Hex | EF | 43 | 5D | 0 | 48 | 3D | 6 | 15F | 54 | 3C |
| Octal | 357 | 103 | 135 | 0 | 110 | 75 | 6 | 537 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1011101 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010100 | 111100 |
Color Harmonies of #EF435D
Complementary color
Monochromatic Colors of #EF435D
Black with #EF435D
Text Example
Text Example
White with #EF435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF435D; }
p { color: rgb(239,67,93); }
H1.HeaderClassName
{
color: #EF435D;
}
.AnyTagClassName
{
color: #EF435D;
}
</style>
background-color css
<style>
a { background-color: #EF435D; }
a { background-color: rgb(239,67,93); }
div.DivClassName
{
background-color: #EF435D;
}
.BgClassName
{
background-color: #EF435D;
}
</style>
border-color css
<style>
span { border-color: #EF435D; }
span { border-color: rgb(239,67,93); }
td.TdClassName
{
border-color: #EF435D;
}
.TagClassName
{
border-color: #EF435D;
}
</style>