Html Css Color HEX #ED373B Alizarin

📋 copy color: '#ED373B'

red 237 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #ED373B

Tints of Alizarin #ED373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 67.52%
G = 15.67%
B = 16.81%

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

#ED373B (or 0xED373B) is known color: Alizarin. HEX triplet: ED, 37 and 3B. RGB value is (237,55,59). Sum of RGB (Red+Green+Blue) = 237+55+59=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED373B is #12C8C4. Grayscale: #6E6E6E. Windows color (decimal): -1231045 or 3880941. OLE color: 3880941.

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

Color convert

RGB 237 55 59 -
CMYK 0 0.77 0.75 0.07
HSL 358.68º 0.83% 0.57% -
HSV(B) 358.68º 0.77% 0.93% -
XYZ 37.08 21.05 6.25 -
YUV 109.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 237 55 59 0 0.77 0.75 0.07 358.68 0.83 0.57
Hex ED 37 3B 0 4D 4B 7 167 53 39
Octal 355 67 73 0 115 113 7 547 123 71
Binary 11101101 110111 111011 0 1001101 1001011 111 101100111 1010011 111001

Color Harmonies of #ED373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED373B

Black with #ED373B

Text Example


Text Example

White with #ED373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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