Html Css Color HEX #ED192B Alizarin

📋 copy color: '#ED192B'

red 237 ◦ green 25 ◦ blue 43

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

Shades of Alizarin #ED192B

Tints of Alizarin #ED192B

RGB

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

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

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

R = 77.7%
G = 8.2%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED192B (or 0xED192B) is known color: Alizarin. HEX triplet: ED, 19 and 2B. RGB value is (237,25,43). Sum of RGB (Red+Green+Blue) = 237+25+43=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED192B is #12E6D4. Grayscale: #5A5A5A. Windows color (decimal): -1238741 or 2824685. OLE color: 2824685.

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

Color convert

RGB 237 25 43 -
CMYK 0 0.89 0.82 0.07
HSL 354.91º 0.85% 0.51% -
HSV(B) 354.91º 0.89% 0.93% -
XYZ 35.71 18.87 4.05 -
YUV 90.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 237 25 43 0 0.89 0.82 0.07 354.91 0.85 0.51
Hex ED 19 2B 0 59 52 7 163 55 33
Octal 355 31 53 0 131 122 7 543 125 63
Binary 11101101 11001 101011 0 1011001 1010010 111 101100011 1010101 110011

Color Harmonies of #ED192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED192B

Black with #ED192B

Text Example


Text Example

White with #ED192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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