Html Css Color HEX #ED3234 Alizarin

📋 copy color: '#ED3234'

red 237 ◦ green 50 ◦ blue 52

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

Shades of Alizarin #ED3234

Tints of Alizarin #ED3234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 69.91%
G = 14.75%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3234 (or 0xED3234) is known color: Alizarin. HEX triplet: ED, 32 and 34. RGB value is (237,50,52). Sum of RGB (Red+Green+Blue) = 237+50+52=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3234 is #12CDCB. Grayscale: #6A6A6A. Windows color (decimal): -1232332 or 3420909. OLE color: 3420909.

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

Color convert

RGB 237 50 52 -
CMYK 0 0.79 0.78 0.07
HSL 359.36º 0.84% 0.56% -
HSV(B) 359.36º 0.79% 0.93% -
XYZ 36.69 20.53 5.28 -
YUV 106.14 97.45 221.34 -
System Red Green Blue C M Y K H S L
Decimal 237 50 52 0 0.79 0.78 0.07 359.36 0.84 0.56
Hex ED 32 34 0 4F 4E 7 167 54 38
Octal 355 62 64 0 117 116 7 547 124 70
Binary 11101101 110010 110100 0 1001111 1001110 111 101100111 1010100 111000

Color Harmonies of #ED3234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3234

Black with #ED3234

Text Example


Text Example

White with #ED3234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3234; }

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

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

background-color css

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

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

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

border-color css

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

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

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