Html Css Color HEX #ED343E Alizarin

📋 copy color: '#ED343E'

red 237 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #ED343E

Tints of Alizarin #ED343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 67.52%
G = 14.81%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED343E (or 0xED343E) is known color: Alizarin. HEX triplet: ED, 34 and 3E. RGB value is (237,52,62). Sum of RGB (Red+Green+Blue) = 237+52+62=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343E is #12CBC1. Grayscale: #6C6C6C. Windows color (decimal): -1231810 or 4076781. OLE color: 4076781.

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

Color convert

RGB 237 52 62 -
CMYK 0 0.78 0.74 0.07
HSL 356.76º 0.84% 0.57% -
HSV(B) 356.76º 0.78% 0.93% -
XYZ 37.02 20.81 6.62 -
YUV 108.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 237 52 62 0 0.78 0.74 0.07 356.76 0.84 0.57
Hex ED 34 3E 0 4E 4A 7 165 54 39
Octal 355 64 76 0 116 112 7 545 124 71
Binary 11101101 110100 111110 0 1001110 1001010 111 101100101 1010100 111001

Color Harmonies of #ED343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED343E

Black with #ED343E

Text Example


Text Example

White with #ED343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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