Html Css Color HEX #ED1F46 Amaranth

📋 copy color: '#ED1F46'

red 237 ◦ green 31 ◦ blue 70

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

Shades of Amaranth #ED1F46

Tints of Amaranth #ED1F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.17%

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

R = 70.12%
G = 9.17%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED1F46 (or 0xED1F46) is known color: Amaranth. HEX triplet: ED, 1F and 46. RGB value is (237,31,70). Sum of RGB (Red+Green+Blue) = 237+31+70=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F46 is #12E0B9. Grayscale: #616161. Windows color (decimal): -1237178 or 4595693. OLE color: 4595693.

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

Color convert

RGB 237 31 70 -
CMYK 0 0.87 0.70 0.07
HSL 348.64º 0.85% 0.53% -
HSV(B) 348.64º 0.87% 0.93% -
XYZ 36.52 19.43 7.62 -
YUV 97.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 237 31 70 0 0.87 0.70 0.07 348.64 0.85 0.53
Hex ED 1F 46 0 57 46 7 15D 55 35
Octal 355 37 106 0 127 106 7 535 125 65
Binary 11101101 11111 1000110 0 1010111 1000110 111 101011101 1010101 110101

Color Harmonies of #ED1F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1F46

Black with #ED1F46

Text Example


Text Example

White with #ED1F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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