Html Css Color HEX #ED4146 Amaranth

📋 copy color: '#ED4146'

red 237 ◦ green 65 ◦ blue 70

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

Shades of Amaranth #ED4146

Tints of Amaranth #ED4146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 63.71%
G = 17.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED4146 (or 0xED4146) is known color: Amaranth. HEX triplet: ED, 41 and 46. RGB value is (237,65,70). Sum of RGB (Red+Green+Blue) = 237+65+70=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4146 is #12BEB9. Grayscale: #757575. Windows color (decimal): -1228474 or 4604397. OLE color: 4604397.

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

Color convert

RGB 237 65 70 -
CMYK 0 0.73 0.70 0.07
HSL 358.26º 0.83% 0.59% -
HSV(B) 358.26º 0.73% 0.93% -
XYZ 37.92 22.23 8.09 -
YUV 117 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 237 65 70 0 0.73 0.70 0.07 358.26 0.83 0.59
Hex ED 41 46 0 49 46 7 166 53 3B
Octal 355 101 106 0 111 106 7 546 123 73
Binary 11101101 1000001 1000110 0 1001001 1000110 111 101100110 1010011 111011

Color Harmonies of #ED4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4146

Black with #ED4146

Text Example


Text Example

White with #ED4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4146; }

 p { color: rgb(237,65,70); }

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

background-color css

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

 a { background-color: rgb(237,65,70); }

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

border-color css

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

 span { border-color: rgb(237,65,70); }

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