Html Css Color HEX #ED192C Alizarin

📋 copy color: '#ED192C'

red 237 ◦ green 25 ◦ blue 44

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

Shades of Alizarin #ED192C

Tints of Alizarin #ED192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 77.45%
G = 8.17%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED192C (or 0xED192C) is known color: Alizarin. HEX triplet: ED, 19 and 2C. RGB value is (237,25,44). Sum of RGB (Red+Green+Blue) = 237+25+44=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED192C is #12E6D3. Grayscale: #5A5A5A. Windows color (decimal): -1238740 or 2890221. OLE color: 2890221.

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

Color convert

RGB 237 25 44 -
CMYK 0 0.89 0.81 0.07
HSL 354.62º 0.85% 0.51% -
HSV(B) 354.62º 0.89% 0.93% -
XYZ 35.73 18.88 4.14 -
YUV 90.55 101.74 232.46 -
System Red Green Blue C M Y K H S L
Decimal 237 25 44 0 0.89 0.81 0.07 354.62 0.85 0.51
Hex ED 19 2C 0 59 51 7 163 55 33
Octal 355 31 54 0 131 121 7 543 125 63
Binary 11101101 11001 101100 0 1011001 1010001 111 101100011 1010101 110011

Color Harmonies of #ED192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED192C

Black with #ED192C

Text Example


Text Example

White with #ED192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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