Html Css Color HEX #ED212E Alizarin

📋 copy color: '#ED212E'

red 237 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #ED212E

Tints of Alizarin #ED212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 75%
G = 10.44%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED212E (or 0xED212E) is known color: Alizarin. HEX triplet: ED, 21 and 2E. RGB value is (237,33,46). Sum of RGB (Red+Green+Blue) = 237+33+46=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED212E is #12DED1. Grayscale: #5F5F5F. Windows color (decimal): -1236690 or 3023341. OLE color: 3023341.

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

Color convert

RGB 237 33 46 -
CMYK 0 0.86 0.81 0.07
HSL 356.18º 0.85% 0.53% -
HSV(B) 356.18º 0.86% 0.93% -
XYZ 35.96 19.29 4.41 -
YUV 95.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 237 33 46 0 0.86 0.81 0.07 356.18 0.85 0.53
Hex ED 21 2E 0 56 51 7 164 55 35
Octal 355 41 56 0 126 121 7 544 125 65
Binary 11101101 100001 101110 0 1010110 1010001 111 101100100 1010101 110101

Color Harmonies of #ED212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED212E

Black with #ED212E

Text Example


Text Example

White with #ED212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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