Html Css Color HEX #ED223C Alizarin

📋 copy color: '#ED223C'

red 237 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #ED223C

Tints of Alizarin #ED223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 71.6%
G = 10.27%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED223C (or 0xED223C) is known color: Alizarin. HEX triplet: ED, 22 and 3C. RGB value is (237,34,60). Sum of RGB (Red+Green+Blue) = 237+34+60=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED223C is #12DDC3. Grayscale: #616161. Windows color (decimal): -1236420 or 3941101. OLE color: 3941101.

HSL color Cylindrical-coordinate representation of color #ED223C: hue angle of 352.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED223C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 34 60 -
CMYK 0 0.86 0.75 0.07
HSL 352.32º 0.85% 0.53% -
HSV(B) 352.32º 0.86% 0.93% -
XYZ 36.31 19.47 6.12 -
YUV 97.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 237 34 60 0 0.86 0.75 0.07 352.32 0.85 0.53
Hex ED 22 3C 0 56 4B 7 160 55 35
Octal 355 42 74 0 126 113 7 540 125 65
Binary 11101101 100010 111100 0 1010110 1001011 111 101100000 1010101 110101

Color Harmonies of #ED223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED223C

Black with #ED223C

Text Example


Text Example

White with #ED223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED223C; }

 p { color: rgb(237,34,60); }

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

background-color css

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

 a { background-color: rgb(237,34,60); }

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

border-color css

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

 span { border-color: rgb(237,34,60); }

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