Html Css Color HEX #ED3740 Alizarin

📋 copy color: '#ED3740'

red 237 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #ED3740

Tints of Alizarin #ED3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 66.57%
G = 15.45%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3740 (or 0xED3740) is known color: Alizarin. HEX triplet: ED, 37 and 40. RGB value is (237,55,64). Sum of RGB (Red+Green+Blue) = 237+55+64=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3740 is #12C8BF. Grayscale: #6E6E6E. Windows color (decimal): -1231040 or 4208621. OLE color: 4208621.

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

Color convert

RGB 237 55 64 -
CMYK 0 0.77 0.73 0.07
HSL 357.03º 0.83% 0.57% -
HSV(B) 357.03º 0.77% 0.93% -
XYZ 37.22 21.11 6.96 -
YUV 110.44 101.8 218.27 -
System Red Green Blue C M Y K H S L
Decimal 237 55 64 0 0.77 0.73 0.07 357.03 0.83 0.57
Hex ED 37 40 0 4D 49 7 165 53 39
Octal 355 67 100 0 115 111 7 545 123 71
Binary 11101101 110111 1000000 0 1001101 1001001 111 101100101 1010011 111001

Color Harmonies of #ED3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3740

Black with #ED3740

Text Example


Text Example

White with #ED3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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