Shades of Radical Red #EF445D
Tints of Radical Red #EF445D
RGB
CMYK
RGB Variations
Color information
#EF445D (or 0xEF445D) is known color: Radical Red. HEX triplet: EF, 44 and 5D. RGB value is (239,68,93). Sum of RGB (Red+Green+Blue) = 239+68+93=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF445D is #10BBA2. Grayscale: #7A7A7A. Windows color (decimal): -1096611 or 6112495. OLE color: 6112495.
HSL color Cylindrical-coordinate representation of color #EF445D: hue angle of 351.23º 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 #EF445D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.06 |
| HSL | 351.23º | 0.84% | 0.6% | - |
| HSV(B) | 351.23º | 0.72% | 0.94% | - |
| XYZ | 39.64 | 23.28 | 12.76 | - |
| YUV | 121.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 93 | 0 | 0.72 | 0.61 | 0.06 | 351.23 | 0.84 | 0.6 |
| Hex | EF | 44 | 5D | 0 | 48 | 3D | 6 | 15F | 54 | 3C |
| Octal | 357 | 104 | 135 | 0 | 110 | 75 | 6 | 537 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1011101 | 0 | 1001000 | 111101 | 110 | 101011111 | 1010100 | 111100 |
Color Harmonies of #EF445D
Complementary color
Monochromatic Colors of #EF445D
Black with #EF445D
Text Example
Text Example
White with #EF445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF445D; }
p { color: rgb(239,68,93); }
H1.HeaderClassName
{
color: #EF445D;
}
.AnyTagClassName
{
color: #EF445D;
}
</style>
background-color css
<style>
a { background-color: #EF445D; }
a { background-color: rgb(239,68,93); }
div.DivClassName
{
background-color: #EF445D;
}
.BgClassName
{
background-color: #EF445D;
}
</style>
border-color css
<style>
span { border-color: #EF445D; }
span { border-color: rgb(239,68,93); }
td.TdClassName
{
border-color: #EF445D;
}
.TagClassName
{
border-color: #EF445D;
}
</style>