Html Css Color HEX #ED2331 Alizarin

📋 copy color: '#ED2331'

red 237 ◦ green 35 ◦ blue 49

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

Shades of Alizarin #ED2331

Tints of Alizarin #ED2331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 73.83%
G = 10.9%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED2331 (or 0xED2331) is known color: Alizarin. HEX triplet: ED, 23 and 31. RGB value is (237,35,49). Sum of RGB (Red+Green+Blue) = 237+35+49=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2331 is #12DCCE. Grayscale: #616161. Windows color (decimal): -1236175 or 3220461. OLE color: 3220461.

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

Color convert

RGB 237 35 49 -
CMYK 0 0.85 0.79 0.07
HSL 355.84º 0.85% 0.53% -
HSV(B) 355.84º 0.85% 0.93% -
XYZ 36.08 19.43 4.75 -
YUV 96.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 237 35 49 0 0.85 0.79 0.07 355.84 0.85 0.53
Hex ED 23 31 0 55 4F 7 164 55 35
Octal 355 43 61 0 125 117 7 544 125 65
Binary 11101101 100011 110001 0 1010101 1001111 111 101100100 1010101 110101

Color Harmonies of #ED2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2331

Black with #ED2331

Text Example


Text Example

White with #ED2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2331; }

 p { color: rgb(237,35,49); }

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

background-color css

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

 a { background-color: rgb(237,35,49); }

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

border-color css

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

 span { border-color: rgb(237,35,49); }

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