Html Css Color HEX #ED193A Alizarin

📋 copy color: '#ED193A'

red 237 ◦ green 25 ◦ blue 58

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

Shades of Alizarin #ED193A

Tints of Alizarin #ED193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 74.06%
G = 7.81%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED193A (or 0xED193A) is known color: Alizarin. HEX triplet: ED, 19 and 3A. RGB value is (237,25,58). Sum of RGB (Red+Green+Blue) = 237+25+58=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED193A is #12E6C5. Grayscale: #5C5C5C. Windows color (decimal): -1238726 or 3807725. OLE color: 3807725.

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

Color convert

RGB 237 25 58 -
CMYK 0 0.89 0.76 0.07
HSL 350.66º 0.85% 0.51% -
HSV(B) 350.66º 0.89% 0.93% -
XYZ 36.04 19.01 5.77 -
YUV 92.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 237 25 58 0 0.89 0.76 0.07 350.66 0.85 0.51
Hex ED 19 3A 0 59 4C 7 15F 55 33
Octal 355 31 72 0 131 114 7 537 125 63
Binary 11101101 11001 111010 0 1011001 1001100 111 101011111 1010101 110011

Color Harmonies of #ED193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED193A

Black with #ED193A

Text Example


Text Example

White with #ED193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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