Html Css Color HEX #ED212F Alizarin

📋 copy color: '#ED212F'

red 237 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #ED212F

Tints of Alizarin #ED212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 74.76%
G = 10.41%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED212F (or 0xED212F) is known color: Alizarin. HEX triplet: ED, 21 and 2F. RGB value is (237,33,47). Sum of RGB (Red+Green+Blue) = 237+33+47=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED212F is #12DED0. Grayscale: #5F5F5F. Windows color (decimal): -1236689 or 3088877. OLE color: 3088877.

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

Color convert

RGB 237 33 47 -
CMYK 0 0.86 0.80 0.07
HSL 355.88º 0.85% 0.53% -
HSV(B) 355.88º 0.86% 0.93% -
XYZ 35.98 19.3 4.52 -
YUV 95.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 237 33 47 0 0.86 0.80 0.07 355.88 0.85 0.53
Hex ED 21 2F 0 56 50 7 164 55 35
Octal 355 41 57 0 126 120 7 544 125 65
Binary 11101101 100001 101111 0 1010110 1010000 111 101100100 1010101 110101

Color Harmonies of #ED212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED212F

Black with #ED212F

Text Example


Text Example

White with #ED212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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