Html Css Color HEX #ED373E Alizarin

📋 copy color: '#ED373E'

red 237 ◦ green 55 ◦ blue 62

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

Shades of Alizarin #ED373E

Tints of Alizarin #ED373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 66.95%
G = 15.54%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED373E (or 0xED373E) is known color: Alizarin. HEX triplet: ED, 37 and 3E. RGB value is (237,55,62). Sum of RGB (Red+Green+Blue) = 237+55+62=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED373E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED373E is #12C8C1. Grayscale: #6E6E6E. Windows color (decimal): -1231042 or 4077549. OLE color: 4077549.

HSL color Cylindrical-coordinate representation of color #ED373E: hue angle of 357.69º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED373E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 62 -
CMYK 0 0.77 0.74 0.07
HSL 357.69º 0.83% 0.57% -
HSV(B) 357.69º 0.77% 0.93% -
XYZ 37.16 21.08 6.67 -
YUV 110.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 237 55 62 0 0.77 0.74 0.07 357.69 0.83 0.57
Hex ED 37 3E 0 4D 4A 7 166 53 39
Octal 355 67 76 0 115 112 7 546 123 71
Binary 11101101 110111 111110 0 1001101 1001010 111 101100110 1010011 111001

Color Harmonies of #ED373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED373E

Black with #ED373E

Text Example


Text Example

White with #ED373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED373E; }

 p { color: rgb(237,55,62); }

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

background-color css

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

 a { background-color: rgb(237,55,62); }

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

border-color css

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

 span { border-color: rgb(237,55,62); }

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