Html Css Color HEX #ED4367 Radical Red

📋 copy color: '#ED4367'

red 237 ◦ green 67 ◦ blue 103

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

Shades of Radical Red #ED4367

Tints of Radical Red #ED4367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.46%

 BLUE value IS 103 (40.63% from 255) = 25.31%

R = 58.23%
G = 16.46%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED4367 (or 0xED4367) is known color: Radical Red. HEX triplet: ED, 43 and 67. RGB value is (237,67,103). Sum of RGB (Red+Green+Blue) = 237+67+103=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4367 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4367 is #12BC98. Grayscale: #797979. Windows color (decimal): -1227929 or 6767597. OLE color: 6767597.

HSL color Cylindrical-coordinate representation of color #ED4367: hue angle of 347.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 #ED4367 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 67 103 -
CMYK 0 0.72 0.57 0.07
HSL 347.29º 0.83% 0.6% -
HSV(B) 347.29º 0.72% 0.93% -
XYZ 39.38 23 15.2 -
YUV 121.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 237 67 103 0 0.72 0.57 0.07 347.29 0.83 0.6
Hex ED 43 67 0 48 39 7 15B 53 3C
Octal 355 103 147 0 110 71 7 533 123 74
Binary 11101101 1000011 1100111 0 1001000 111001 111 101011011 1010011 111100

Color Harmonies of #ED4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4367

Black with #ED4367

Text Example


Text Example

White with #ED4367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4367; }

 p { color: rgb(237,67,103); }

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

background-color css

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

 a { background-color: rgb(237,67,103); }

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

border-color css

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

 span { border-color: rgb(237,67,103); }

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