Html Css Color HEX #ED4254 Radical Red

📋 copy color: '#ED4254'

red 237 ◦ green 66 ◦ blue 84

#ED4254
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #ED4254

Tints of Radical Red #ED4254

RGB

 RED value IS 237 (92.97% from 255) = 61.24%

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 61.24%
G = 17.05%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED4254 (or 0xED4254) is known color: Radical Red. HEX triplet: ED, 42 and 54. RGB value is (237,66,84). Sum of RGB (Red+Green+Blue) = 237+66+84=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4254 is #12BDAB. Grayscale: #777777. Windows color (decimal): -1228204 or 5522157. OLE color: 5522157.

HSL color Cylindrical-coordinate representation of color #ED4254: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4254 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 66 84 -
CMYK 0 0.72 0.65 0.07
HSL 353.68º 0.83% 0.59% -
HSV(B) 353.68º 0.72% 0.93% -
XYZ 38.47 22.54 10.71 -
YUV 119.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 237 66 84 0 0.72 0.65 0.07 353.68 0.83 0.59
Hex ED 42 54 0 48 41 7 162 53 3B
Octal 355 102 124 0 110 101 7 542 123 73
Binary 11101101 1000010 1010100 0 1001000 1000001 111 101100010 1010011 111011

Color Harmonies of #ED4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4254

Black with #ED4254

Text Example


Text Example

White with #ED4254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4254; }

 p { color: rgb(237,66,84); }

 H1.HeaderClassName
 {
   color: #ED4254;
 }
 .AnyTagClassName
 {
   color: #ED4254;
 }
</style>

background-color css

<style>
 a { background-color: #ED4254; }

 a { background-color: rgb(237,66,84); }

 div.DivClassName
 {
   background-color: #ED4254;
 }
 .BgClassName
 {
   background-color: #ED4254;
 }
</style>

border-color css

<style>
 span { border-color: #ED4254; }

 span { border-color: rgb(237,66,84); }

 td.TdClassName
 {
   border-color: #ED4254;
 }
 .TagClassName
 {
   border-color: #ED4254;
 }
</style>