Html Css Color HEX #ED3540 Alizarin

📋 copy color: '#ED3540'

red 237 ◦ green 53 ◦ blue 64

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

Shades of Alizarin #ED3540

Tints of Alizarin #ED3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

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

R = 66.95%
G = 14.97%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3540 (or 0xED3540) is known color: Alizarin. HEX triplet: ED, 35 and 40. RGB value is (237,53,64). Sum of RGB (Red+Green+Blue) = 237+53+64=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3540 is #12CABF. Grayscale: #6D6D6D. Windows color (decimal): -1231552 or 4208109. OLE color: 4208109.

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

Color convert

RGB 237 53 64 -
CMYK 0 0.78 0.73 0.07
HSL 356.41º 0.84% 0.57% -
HSV(B) 356.41º 0.78% 0.93% -
XYZ 37.12 20.92 6.93 -
YUV 109.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 237 53 64 0 0.78 0.73 0.07 356.41 0.84 0.57
Hex ED 35 40 0 4E 49 7 164 54 39
Octal 355 65 100 0 116 111 7 544 124 71
Binary 11101101 110101 1000000 0 1001110 1001001 111 101100100 1010100 111001

Color Harmonies of #ED3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3540

Black with #ED3540

Text Example


Text Example

White with #ED3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3540; }

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

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

background-color css

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

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

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

border-color css

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

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

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