Html Css Color HEX #ED2225 Alizarin

📋 copy color: '#ED2225'

red 237 ◦ green 34 ◦ blue 37

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

Shades of Alizarin #ED2225

Tints of Alizarin #ED2225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 76.95%
G = 11.04%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED2225 (or 0xED2225) is known color: Alizarin. HEX triplet: ED, 22 and 25. RGB value is (237,34,37). Sum of RGB (Red+Green+Blue) = 237+34+37=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2225 is #12DDDA. Grayscale: #5F5F5F. Windows color (decimal): -1236443 or 2433773. OLE color: 2433773.

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

Color convert

RGB 237 34 37 -
CMYK 0 0.86 0.84 0.07
HSL 359.11º 0.85% 0.53% -
HSV(B) 359.11º 0.86% 0.93% -
XYZ 35.83 19.28 3.58 -
YUV 95.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 237 34 37 0 0.86 0.84 0.07 359.11 0.85 0.53
Hex ED 22 25 0 56 54 7 167 55 35
Octal 355 42 45 0 126 124 7 547 125 65
Binary 11101101 100010 100101 0 1010110 1010100 111 101100111 1010101 110101

Color Harmonies of #ED2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2225

Black with #ED2225

Text Example


Text Example

White with #ED2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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