Html Css Color HEX #ED182B Alizarin

📋 copy color: '#ED182B'

red 237 ◦ green 24 ◦ blue 43

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

Shades of Alizarin #ED182B

Tints of Alizarin #ED182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 77.96%
G = 7.89%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED182B (or 0xED182B) is known color: Alizarin. HEX triplet: ED, 18 and 2B. RGB value is (237,24,43). Sum of RGB (Red+Green+Blue) = 237+24+43=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED182B is #12E7D4. Grayscale: #595959. Windows color (decimal): -1238997 or 2824429. OLE color: 2824429.

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

Color convert

RGB 237 24 43 -
CMYK 0 0.90 0.82 0.07
HSL 354.65º 0.86% 0.51% -
HSV(B) 354.65º 0.9% 0.93% -
XYZ 35.69 18.83 4.04 -
YUV 89.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 237 24 43 0 0.90 0.82 0.07 354.65 0.86 0.51
Hex ED 18 2B 0 5A 52 7 163 56 33
Octal 355 30 53 0 132 122 7 543 126 63
Binary 11101101 11000 101011 0 1011010 1010010 111 101100011 1010110 110011

Color Harmonies of #ED182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED182B

Black with #ED182B

Text Example


Text Example

White with #ED182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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