Html Css Color HEX #ED373D Alizarin

📋 copy color: '#ED373D'

red 237 ◦ green 55 ◦ blue 61

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

Shades of Alizarin #ED373D

Tints of Alizarin #ED373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 67.14%
G = 15.58%
B = 17.28%

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

#ED373D (or 0xED373D) is known color: Alizarin. HEX triplet: ED, 37 and 3D. RGB value is (237,55,61). Sum of RGB (Red+Green+Blue) = 237+55+61=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED373D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED373D is #12C8C2. Grayscale: #6E6E6E. Windows color (decimal): -1231043 or 4012013. OLE color: 4012013.

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

Color convert

RGB 237 55 61 -
CMYK 0 0.77 0.74 0.07
HSL 358.02º 0.83% 0.57% -
HSV(B) 358.02º 0.77% 0.93% -
XYZ 37.13 21.07 6.53 -
YUV 110.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 237 55 61 0 0.77 0.74 0.07 358.02 0.83 0.57
Hex ED 37 3D 0 4D 4A 7 166 53 39
Octal 355 67 75 0 115 112 7 546 123 71
Binary 11101101 110111 111101 0 1001101 1001010 111 101100110 1010011 111001

Color Harmonies of #ED373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED373D

Black with #ED373D

Text Example


Text Example

White with #ED373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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