Html Css Color HEX #ED373C Alizarin

📋 copy color: '#ED373C'

red 237 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #ED373C

Tints of Alizarin #ED373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 67.33%
G = 15.63%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED373C (or 0xED373C) is known color: Alizarin. HEX triplet: ED, 37 and 3C. RGB value is (237,55,60). Sum of RGB (Red+Green+Blue) = 237+55+60=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED373C is #12C8C3. Grayscale: #6E6E6E. Windows color (decimal): -1231044 or 3946477. OLE color: 3946477.

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

Color convert

RGB 237 55 60 -
CMYK 0 0.77 0.75 0.07
HSL 358.35º 0.83% 0.57% -
HSV(B) 358.35º 0.77% 0.93% -
XYZ 37.11 21.06 6.38 -
YUV 109.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 237 55 60 0 0.77 0.75 0.07 358.35 0.83 0.57
Hex ED 37 3C 0 4D 4B 7 166 53 39
Octal 355 67 74 0 115 113 7 546 123 71
Binary 11101101 110111 111100 0 1001101 1001011 111 101100110 1010011 111001

Color Harmonies of #ED373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED373C

Black with #ED373C

Text Example


Text Example

White with #ED373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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