Html Css Color HEX #ED323E Alizarin

📋 copy color: '#ED323E'

red 237 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #ED323E

Tints of Alizarin #ED323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 67.91%
G = 14.33%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED323E (or 0xED323E) is known color: Alizarin. HEX triplet: ED, 32 and 3E. RGB value is (237,50,62). Sum of RGB (Red+Green+Blue) = 237+50+62=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323E is #12CDC1. Grayscale: #6B6B6B. Windows color (decimal): -1232322 or 4076269. OLE color: 4076269.

HSL color Cylindrical-coordinate representation of color #ED323E: hue angle of 356.15º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 62 -
CMYK 0 0.79 0.74 0.07
HSL 356.15º 0.84% 0.56% -
HSV(B) 356.15º 0.79% 0.93% -
XYZ 36.94 20.63 6.59 -
YUV 107.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 237 50 62 0 0.79 0.74 0.07 356.15 0.84 0.56
Hex ED 32 3E 0 4F 4A 7 164 54 38
Octal 355 62 76 0 117 112 7 544 124 70
Binary 11101101 110010 111110 0 1001111 1001010 111 101100100 1010100 111000

Color Harmonies of #ED323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED323E

Black with #ED323E

Text Example


Text Example

White with #ED323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED323E; }

 p { color: rgb(237,50,62); }

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

background-color css

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

 a { background-color: rgb(237,50,62); }

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

border-color css

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

 span { border-color: rgb(237,50,62); }

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