Html Css Color HEX #ED3240 Alizarin

📋 copy color: '#ED3240'

red 237 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #ED3240

Tints of Alizarin #ED3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 67.52%
G = 14.25%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3240 (or 0xED3240) is known color: Alizarin. HEX triplet: ED, 32 and 40. RGB value is (237,50,64). Sum of RGB (Red+Green+Blue) = 237+50+64=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3240 is #12CDBF. Grayscale: #6B6B6B. Windows color (decimal): -1232320 or 4207341. OLE color: 4207341.

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

Color convert

RGB 237 50 64 -
CMYK 0 0.79 0.73 0.07
HSL 355.51º 0.84% 0.56% -
HSV(B) 355.51º 0.79% 0.93% -
XYZ 36.99 20.66 6.89 -
YUV 107.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 237 50 64 0 0.79 0.73 0.07 355.51 0.84 0.56
Hex ED 32 40 0 4F 49 7 164 54 38
Octal 355 62 100 0 117 111 7 544 124 70
Binary 11101101 110010 1000000 0 1001111 1001001 111 101100100 1010100 111000

Color Harmonies of #ED3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3240

Black with #ED3240

Text Example


Text Example

White with #ED3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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