Shades of Radical Red #ED4A55
Tints of Radical Red #ED4A55
RGB
CMYK
RGB Variations
Color information
#ED4A55 (or 0xED4A55) is known color: Radical Red. HEX triplet: ED, 4A and 55. RGB value is (237,74,85). Sum of RGB (Red+Green+Blue) = 237+74+85=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4A55 is #12B5AA. Grayscale: #7C7C7C. Windows color (decimal): -1226155 or 5589741. OLE color: 5589741.
HSL color Cylindrical-coordinate representation of color #ED4A55: hue angle of 355.95º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4A55 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 74 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.07 |
| HSL | 355.95º | 0.82% | 0.61% | - |
| HSV(B) | 355.95º | 0.69% | 0.93% | - |
| XYZ | 39.01 | 23.56 | 11.09 | - |
| YUV | 123.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 74 | 85 | 0 | 0.69 | 0.64 | 0.07 | 355.95 | 0.82 | 0.61 |
| Hex | ED | 4A | 55 | 0 | 45 | 40 | 7 | 164 | 52 | 3D |
| Octal | 355 | 112 | 125 | 0 | 105 | 100 | 7 | 544 | 122 | 75 |
| Binary | 11101101 | 1001010 | 1010101 | 0 | 1000101 | 1000000 | 111 | 101100100 | 1010010 | 111101 |
Color Harmonies of #ED4A55
Complementary color
Monochromatic Colors of #ED4A55
Black with #ED4A55
Text Example
Text Example
White with #ED4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4A55; }
p { color: rgb(237,74,85); }
H1.HeaderClassName
{
color: #ED4A55;
}
.AnyTagClassName
{
color: #ED4A55;
}
</style>
background-color css
<style>
a { background-color: #ED4A55; }
a { background-color: rgb(237,74,85); }
div.DivClassName
{
background-color: #ED4A55;
}
.BgClassName
{
background-color: #ED4A55;
}
</style>
border-color css
<style>
span { border-color: #ED4A55; }
span { border-color: rgb(237,74,85); }
td.TdClassName
{
border-color: #ED4A55;
}
.TagClassName
{
border-color: #ED4A55;
}
</style>