Html Css Color HEX #ED3145 Amaranth

📋 copy color: '#ED3145'

red 237 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #ED3145

Tints of Amaranth #ED3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 66.76%
G = 13.8%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED3145 (or 0xED3145) is known color: Amaranth. HEX triplet: ED, 31 and 45. RGB value is (237,49,69). Sum of RGB (Red+Green+Blue) = 237+49+69=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3145 is #12CEBA. Grayscale: #6B6B6B. Windows color (decimal): -1232571 or 4534765. OLE color: 4534765.

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

Color convert

RGB 237 49 69 -
CMYK 0 0.79 0.71 0.07
HSL 353.62º 0.84% 0.56% -
HSV(B) 353.62º 0.79% 0.93% -
XYZ 37.1 20.63 7.66 -
YUV 107.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 237 49 69 0 0.79 0.71 0.07 353.62 0.84 0.56
Hex ED 31 45 0 4F 47 7 162 54 38
Octal 355 61 105 0 117 107 7 542 124 70
Binary 11101101 110001 1000101 0 1001111 1000111 111 101100010 1010100 111000

Color Harmonies of #ED3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3145

Black with #ED3145

Text Example


Text Example

White with #ED3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3145; }

 p { color: rgb(237,49,69); }

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

background-color css

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

 a { background-color: rgb(237,49,69); }

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

border-color css

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

 span { border-color: rgb(237,49,69); }

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