Shades of Radical Red #ED435C
Tints of Radical Red #ED435C
RGB
CMYK
RGB Variations
Color information
#ED435C (or 0xED435C) is known color: Radical Red. HEX triplet: ED, 43 and 5C. RGB value is (237,67,92). Sum of RGB (Red+Green+Blue) = 237+67+92=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED435C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED435C is #12BCA3. Grayscale: #787878. Windows color (decimal): -1227940 or 6046701. OLE color: 6046701.
HSL color Cylindrical-coordinate representation of color #ED435C: hue angle of 351.18º 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 #ED435C is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 92 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 351.18º | 0.83% | 0.6% | - |
| HSV(B) | 351.18º | 0.72% | 0.93% | - |
| XYZ | 38.86 | 22.79 | 12.48 | - |
| YUV | 120.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 92 | 0 | 0.72 | 0.61 | 0.07 | 351.18 | 0.83 | 0.6 |
| Hex | ED | 43 | 5C | 0 | 48 | 3D | 7 | 15F | 53 | 3C |
| Octal | 355 | 103 | 134 | 0 | 110 | 75 | 7 | 537 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011100 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #ED435C
Complementary color
Monochromatic Colors of #ED435C
Black with #ED435C
Text Example
Text Example
White with #ED435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED435C; }
p { color: rgb(237,67,92); }
H1.HeaderClassName
{
color: #ED435C;
}
.AnyTagClassName
{
color: #ED435C;
}
</style>
background-color css
<style>
a { background-color: #ED435C; }
a { background-color: rgb(237,67,92); }
div.DivClassName
{
background-color: #ED435C;
}
.BgClassName
{
background-color: #ED435C;
}
</style>
border-color css
<style>
span { border-color: #ED435C; }
span { border-color: rgb(237,67,92); }
td.TdClassName
{
border-color: #ED435C;
}
.TagClassName
{
border-color: #ED435C;
}
</style>