Html Css Color HEX #ED1E2C Alizarin

📋 copy color: '#ED1E2C'

red 237 ◦ green 30 ◦ blue 44

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

Shades of Alizarin #ED1E2C

Tints of Alizarin #ED1E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 76.21%
G = 9.65%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED1E2C (or 0xED1E2C) is known color: Alizarin. HEX triplet: ED, 1E and 2C. RGB value is (237,30,44). Sum of RGB (Red+Green+Blue) = 237+30+44=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E2C is #12E1D3. Grayscale: #5D5D5D. Windows color (decimal): -1237460 or 2891501. OLE color: 2891501.

HSL color Cylindrical-coordinate representation of color #ED1E2C: hue angle of 355.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 30 44 -
CMYK 0 0.87 0.81 0.07
HSL 355.94º 0.85% 0.52% -
HSV(B) 355.94º 0.87% 0.93% -
XYZ 35.84 19.11 4.18 -
YUV 93.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 237 30 44 0 0.87 0.81 0.07 355.94 0.85 0.52
Hex ED 1E 2C 0 57 51 7 164 55 34
Octal 355 36 54 0 127 121 7 544 125 64
Binary 11101101 11110 101100 0 1010111 1010001 111 101100100 1010101 110100

Color Harmonies of #ED1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1E2C

Black with #ED1E2C

Text Example


Text Example

White with #ED1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1E2C; }

 p { color: rgb(237,30,44); }

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

background-color css

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

 a { background-color: rgb(237,30,44); }

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

border-color css

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

 span { border-color: rgb(237,30,44); }

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