Html Css Color HEX #ED405C Radical Red

📋 copy color: '#ED405C'

red 237 ◦ green 64 ◦ blue 92

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

Shades of Radical Red #ED405C

Tints of Radical Red #ED405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.28%

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 60.31%
G = 16.28%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED405C (or 0xED405C) is known color: Radical Red. HEX triplet: ED, 40 and 5C. RGB value is (237,64,92). Sum of RGB (Red+Green+Blue) = 237+64+92=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED405C is #12BFA3. Grayscale: #767676. Windows color (decimal): -1228708 or 6045933. OLE color: 6045933.

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

Color convert

RGB 237 64 92 -
CMYK 0 0.73 0.61 0.07
HSL 350.29º 0.83% 0.59% -
HSV(B) 350.29º 0.73% 0.93% -
XYZ 38.69 22.44 12.42 -
YUV 118.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 237 64 92 0 0.73 0.61 0.07 350.29 0.83 0.59
Hex ED 40 5C 0 49 3D 7 15E 53 3B
Octal 355 100 134 0 111 75 7 536 123 73
Binary 11101101 1000000 1011100 0 1001001 111101 111 101011110 1010011 111011

Color Harmonies of #ED405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED405C

Black with #ED405C

Text Example


Text Example

White with #ED405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED405C; }

 p { color: rgb(237,64,92); }

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

background-color css

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

 a { background-color: rgb(237,64,92); }

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

border-color css

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

 span { border-color: rgb(237,64,92); }

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