Html Css Color HEX #ED182C Alizarin

📋 copy color: '#ED182C'

red 237 ◦ green 24 ◦ blue 44

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

Shades of Alizarin #ED182C

Tints of Alizarin #ED182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 77.7%
G = 7.87%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED182C (or 0xED182C) is known color: Alizarin. HEX triplet: ED, 18 and 2C. RGB value is (237,24,44). Sum of RGB (Red+Green+Blue) = 237+24+44=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED182C is #12E7D3. Grayscale: #5A5A5A. Windows color (decimal): -1238996 or 2889965. OLE color: 2889965.

HSL color Cylindrical-coordinate representation of color #ED182C: hue angle of 354.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED182C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 44 -
CMYK 0 0.90 0.81 0.07
HSL 354.37º 0.86% 0.51% -
HSV(B) 354.37º 0.9% 0.93% -
XYZ 35.71 18.84 4.14 -
YUV 89.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 237 24 44 0 0.90 0.81 0.07 354.37 0.86 0.51
Hex ED 18 2C 0 5A 51 7 162 56 33
Octal 355 30 54 0 132 121 7 542 126 63
Binary 11101101 11000 101100 0 1011010 1010001 111 101100010 1010110 110011

Color Harmonies of #ED182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED182C

Black with #ED182C

Text Example


Text Example

White with #ED182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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