Html Css Color HEX #ED2126 Alizarin

📋 copy color: '#ED2126'

red 237 ◦ green 33 ◦ blue 38

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

Shades of Alizarin #ED2126

Tints of Alizarin #ED2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 76.95%
G = 10.71%
B = 12.34%

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

#ED2126 (or 0xED2126) is known color: Alizarin. HEX triplet: ED, 21 and 26. RGB value is (237,33,38). Sum of RGB (Red+Green+Blue) = 237+33+38=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2126 is #12DED9. Grayscale: #5E5E5E. Windows color (decimal): -1236698 or 2499053. OLE color: 2499053.

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

Color convert

RGB 237 33 38 -
CMYK 0 0.86 0.84 0.07
HSL 358.53º 0.85% 0.53% -
HSV(B) 358.53º 0.86% 0.93% -
XYZ 35.82 19.23 3.66 -
YUV 94.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 237 33 38 0 0.86 0.84 0.07 358.53 0.85 0.53
Hex ED 21 26 0 56 54 7 167 55 35
Octal 355 41 46 0 126 124 7 547 125 65
Binary 11101101 100001 100110 0 1010110 1010100 111 101100111 1010101 110101

Color Harmonies of #ED2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2126

Black with #ED2126

Text Example


Text Example

White with #ED2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2126; }

 p { color: rgb(237,33,38); }

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

background-color css

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

 a { background-color: rgb(237,33,38); }

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

border-color css

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

 span { border-color: rgb(237,33,38); }

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