Html Css Color HEX #ED323A Alizarin

📋 copy color: '#ED323A'

red 237 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #ED323A

Tints of Alizarin #ED323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 68.7%
G = 14.49%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED323A (or 0xED323A) is known color: Alizarin. HEX triplet: ED, 32 and 3A. RGB value is (237,50,58). Sum of RGB (Red+Green+Blue) = 237+50+58=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED323A is #12CDC5. Grayscale: #6A6A6A. Windows color (decimal): -1232326 or 3814125. OLE color: 3814125.

HSL color Cylindrical-coordinate representation of color #ED323A: hue angle of 357.43º 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 #ED323A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 58 -
CMYK 0 0.79 0.76 0.07
HSL 357.43º 0.84% 0.56% -
HSV(B) 357.43º 0.79% 0.93% -
XYZ 36.83 20.59 6.04 -
YUV 106.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 237 50 58 0 0.79 0.76 0.07 357.43 0.84 0.56
Hex ED 32 3A 0 4F 4C 7 165 54 38
Octal 355 62 72 0 117 114 7 545 124 70
Binary 11101101 110010 111010 0 1001111 1001100 111 101100101 1010100 111000

Color Harmonies of #ED323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED323A

Black with #ED323A

Text Example


Text Example

White with #ED323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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