Html Css Color HEX #ED212A Alizarin

📋 copy color: '#ED212A'

red 237 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #ED212A

Tints of Alizarin #ED212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 75.96%
G = 10.58%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED212A (or 0xED212A) is known color: Alizarin. HEX triplet: ED, 21 and 2A. RGB value is (237,33,42). Sum of RGB (Red+Green+Blue) = 237+33+42=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED212A is #12DED5. Grayscale: #5F5F5F. Windows color (decimal): -1236694 or 2761197. OLE color: 2761197.

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

Color convert

RGB 237 33 42 -
CMYK 0 0.86 0.82 0.07
HSL 357.35º 0.85% 0.53% -
HSV(B) 357.35º 0.86% 0.93% -
XYZ 35.89 19.26 4.02 -
YUV 95.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 237 33 42 0 0.86 0.82 0.07 357.35 0.85 0.53
Hex ED 21 2A 0 56 52 7 165 55 35
Octal 355 41 52 0 126 122 7 545 125 65
Binary 11101101 100001 101010 0 1010110 1010010 111 101100101 1010101 110101

Color Harmonies of #ED212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED212A

Black with #ED212A

Text Example


Text Example

White with #ED212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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