Shades of Radical Red #EF435C
Tints of Radical Red #EF435C
RGB
CMYK
RGB Variations
Color information
#EF435C (or 0xEF435C) is known color: Radical Red. HEX triplet: EF, 43 and 5C. RGB value is (239,67,92). Sum of RGB (Red+Green+Blue) = 239+67+92=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF435C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF435C is #10BCA3. Grayscale: #797979. Windows color (decimal): -1096868 or 6046703. OLE color: 6046703.
HSL color Cylindrical-coordinate representation of color #EF435C: hue angle of 351.28º 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 #EF435C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 92 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.06 |
| HSL | 351.28º | 0.84% | 0.6% | - |
| HSV(B) | 351.28º | 0.72% | 0.94% | - |
| XYZ | 39.54 | 23.14 | 12.51 | - |
| YUV | 121.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 92 | 0 | 0.72 | 0.62 | 0.06 | 351.28 | 0.84 | 0.6 |
| Hex | EF | 43 | 5C | 0 | 48 | 3E | 6 | 15F | 54 | 3C |
| Octal | 357 | 103 | 134 | 0 | 110 | 76 | 6 | 537 | 124 | 74 |
| Binary | 11101111 | 1000011 | 1011100 | 0 | 1001000 | 111110 | 110 | 101011111 | 1010100 | 111100 |
Color Harmonies of #EF435C
Complementary color
Monochromatic Colors of #EF435C
Black with #EF435C
Text Example
Text Example
White with #EF435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF435C; }
p { color: rgb(239,67,92); }
H1.HeaderClassName
{
color: #EF435C;
}
.AnyTagClassName
{
color: #EF435C;
}
</style>
background-color css
<style>
a { background-color: #EF435C; }
a { background-color: rgb(239,67,92); }
div.DivClassName
{
background-color: #EF435C;
}
.BgClassName
{
background-color: #EF435C;
}
</style>
border-color css
<style>
span { border-color: #EF435C; }
span { border-color: rgb(239,67,92); }
td.TdClassName
{
border-color: #EF435C;
}
.TagClassName
{
border-color: #EF435C;
}
</style>