Html Css Color HEX #ED343C Alizarin

📋 copy color: '#ED343C'

red 237 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #ED343C

Tints of Alizarin #ED343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 67.91%
G = 14.9%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED343C (or 0xED343C) is known color: Alizarin. HEX triplet: ED, 34 and 3C. RGB value is (237,52,60). Sum of RGB (Red+Green+Blue) = 237+52+60=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343C is #12CBC3. Grayscale: #6C6C6C. Windows color (decimal): -1231812 or 3945709. OLE color: 3945709.

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

Color convert

RGB 237 52 60 -
CMYK 0 0.78 0.75 0.07
HSL 357.41º 0.84% 0.57% -
HSV(B) 357.41º 0.78% 0.93% -
XYZ 36.97 20.79 6.34 -
YUV 108.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 237 52 60 0 0.78 0.75 0.07 357.41 0.84 0.57
Hex ED 34 3C 0 4E 4B 7 165 54 39
Octal 355 64 74 0 116 113 7 545 124 71
Binary 11101101 110100 111100 0 1001110 1001011 111 101100101 1010100 111001

Color Harmonies of #ED343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED343C

Black with #ED343C

Text Example


Text Example

White with #ED343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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