Html Css Color HEX #ED3440 Alizarin

📋 copy color: '#ED3440'

red 237 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #ED3440

Tints of Alizarin #ED3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

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

R = 67.14%
G = 14.73%
B = 18.13%

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

#ED3440 (or 0xED3440) is known color: Alizarin. HEX triplet: ED, 34 and 40. RGB value is (237,52,64). Sum of RGB (Red+Green+Blue) = 237+52+64=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3440 is #12CBBF. Grayscale: #6C6C6C. Windows color (decimal): -1231808 or 4207853. OLE color: 4207853.

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

Color convert

RGB 237 52 64 -
CMYK 0 0.78 0.73 0.07
HSL 356.11º 0.84% 0.57% -
HSV(B) 356.11º 0.78% 0.93% -
XYZ 37.08 20.83 6.92 -
YUV 108.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 237 52 64 0 0.78 0.73 0.07 356.11 0.84 0.57
Hex ED 34 40 0 4E 49 7 164 54 39
Octal 355 64 100 0 116 111 7 544 124 71
Binary 11101101 110100 1000000 0 1001110 1001001 111 101100100 1010100 111001

Color Harmonies of #ED3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3440

Black with #ED3440

Text Example


Text Example

White with #ED3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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