Html Css Color HEX #ED343F Alizarin

📋 copy color: '#ED343F'

red 237 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #ED343F

Tints of Alizarin #ED343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 67.33%
G = 14.77%
B = 17.9%

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

#ED343F (or 0xED343F) is known color: Alizarin. HEX triplet: ED, 34 and 3F. RGB value is (237,52,63). Sum of RGB (Red+Green+Blue) = 237+52+63=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED343F is #12CBC0. Grayscale: #6C6C6C. Windows color (decimal): -1231809 or 4142317. OLE color: 4142317.

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

Color convert

RGB 237 52 63 -
CMYK 0 0.78 0.73 0.07
HSL 356.43º 0.84% 0.57% -
HSV(B) 356.43º 0.78% 0.93% -
XYZ 37.05 20.82 6.77 -
YUV 108.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 237 52 63 0 0.78 0.73 0.07 356.43 0.84 0.57
Hex ED 34 3F 0 4E 49 7 164 54 39
Octal 355 64 77 0 116 111 7 544 124 71
Binary 11101101 110100 111111 0 1001110 1001001 111 101100100 1010100 111001

Color Harmonies of #ED343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED343F

Black with #ED343F

Text Example


Text Example

White with #ED343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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