Html Css Color HEX #ED2022 Alizarin

📋 copy color: '#ED2022'

red 237 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #ED2022

Tints of Alizarin #ED2022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 78.22%
G = 10.56%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2022 (or 0xED2022) is known color: Alizarin. HEX triplet: ED, 20 and 22. RGB value is (237,32,34). Sum of RGB (Red+Green+Blue) = 237+32+34=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2022 is #12DFDD. Grayscale: #5D5D5D. Windows color (decimal): -1236958 or 2236653. OLE color: 2236653.

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

Color convert

RGB 237 32 34 -
CMYK 0 0.86 0.86 0.07
HSL 359.41º 0.85% 0.53% -
HSV(B) 359.41º 0.86% 0.93% -
XYZ 35.73 19.15 3.33 -
YUV 93.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 237 32 34 0 0.86 0.86 0.07 359.41 0.85 0.53
Hex ED 20 22 0 56 56 7 167 55 35
Octal 355 40 42 0 126 126 7 547 125 65
Binary 11101101 100000 100010 0 1010110 1010110 111 101100111 1010101 110101

Color Harmonies of #ED2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2022

Black with #ED2022

Text Example


Text Example

White with #ED2022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2022; }

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

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

background-color css

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

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

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

border-color css

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

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

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