Shades of Radical Red #EF445F
Tints of Radical Red #EF445F
RGB
CMYK
RGB Variations
Color information
#EF445F (or 0xEF445F) is known color: Radical Red. HEX triplet: EF, 44 and 5F. RGB value is (239,68,95). Sum of RGB (Red+Green+Blue) = 239+68+95=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF445F is #10BBA0. Grayscale: #7A7A7A. Windows color (decimal): -1096609 or 6243567. OLE color: 6243567.
HSL color Cylindrical-coordinate representation of color #EF445F: hue angle of 350.53º 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 #EF445F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 95 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.06 |
| HSL | 350.53º | 0.84% | 0.6% | - |
| HSV(B) | 350.53º | 0.72% | 0.94% | - |
| XYZ | 39.73 | 23.31 | 13.23 | - |
| YUV | 122.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 95 | 0 | 0.72 | 0.60 | 0.06 | 350.53 | 0.84 | 0.6 |
| Hex | EF | 44 | 5F | 0 | 48 | 3C | 6 | 15F | 54 | 3C |
| Octal | 357 | 104 | 137 | 0 | 110 | 74 | 6 | 537 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1011111 | 0 | 1001000 | 111100 | 110 | 101011111 | 1010100 | 111100 |
Color Harmonies of #EF445F
Complementary color
Monochromatic Colors of #EF445F
Black with #EF445F
Text Example
Text Example
White with #EF445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF445F; }
p { color: rgb(239,68,95); }
H1.HeaderClassName
{
color: #EF445F;
}
.AnyTagClassName
{
color: #EF445F;
}
</style>
background-color css
<style>
a { background-color: #EF445F; }
a { background-color: rgb(239,68,95); }
div.DivClassName
{
background-color: #EF445F;
}
.BgClassName
{
background-color: #EF445F;
}
</style>
border-color css
<style>
span { border-color: #EF445F; }
span { border-color: rgb(239,68,95); }
td.TdClassName
{
border-color: #EF445F;
}
.TagClassName
{
border-color: #EF445F;
}
</style>