Shades of Radical Red #ED4356
Tints of Radical Red #ED4356
RGB
CMYK
RGB Variations
Color information
#ED4356 (or 0xED4356) is known color: Radical Red. HEX triplet: ED, 43 and 56. RGB value is (237,67,86). Sum of RGB (Red+Green+Blue) = 237+67+86=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4356 is #12BCA9. Grayscale: #787878. Windows color (decimal): -1227946 or 5653485. OLE color: 5653485.
HSL color Cylindrical-coordinate representation of color #ED4356: hue angle of 353.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4356 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 86 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.07 |
| HSL | 353.29º | 0.83% | 0.6% | - |
| HSV(B) | 353.29º | 0.72% | 0.93% | - |
| XYZ | 38.61 | 22.69 | 11.15 | - |
| YUV | 120 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 86 | 0 | 0.72 | 0.64 | 0.07 | 353.29 | 0.83 | 0.6 |
| Hex | ED | 43 | 56 | 0 | 48 | 40 | 7 | 161 | 53 | 3C |
| Octal | 355 | 103 | 126 | 0 | 110 | 100 | 7 | 541 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1010110 | 0 | 1001000 | 1000000 | 111 | 101100001 | 1010011 | 111100 |
Color Harmonies of #ED4356
Complementary color
Monochromatic Colors of #ED4356
Black with #ED4356
Text Example
Text Example
White with #ED4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4356; }
p { color: rgb(237,67,86); }
H1.HeaderClassName
{
color: #ED4356;
}
.AnyTagClassName
{
color: #ED4356;
}
</style>
background-color css
<style>
a { background-color: #ED4356; }
a { background-color: rgb(237,67,86); }
div.DivClassName
{
background-color: #ED4356;
}
.BgClassName
{
background-color: #ED4356;
}
</style>
border-color css
<style>
span { border-color: #ED4356; }
span { border-color: rgb(237,67,86); }
td.TdClassName
{
border-color: #ED4356;
}
.TagClassName
{
border-color: #ED4356;
}
</style>