Html Css Color HEX #ED2946 Amaranth

📋 copy color: '#ED2946'

red 237 ◦ green 41 ◦ blue 70

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

Shades of Amaranth #ED2946

Tints of Amaranth #ED2946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 68.1%
G = 11.78%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2946 (or 0xED2946) is known color: Amaranth. HEX triplet: ED, 29 and 46. RGB value is (237,41,70). Sum of RGB (Red+Green+Blue) = 237+41+70=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2946 is #12D6B9. Grayscale: #666666. Windows color (decimal): -1234618 or 4598253. OLE color: 4598253.

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

Color convert

RGB 237 41 70 -
CMYK 0 0.83 0.70 0.07
HSL 351.12º 0.84% 0.55% -
HSV(B) 351.12º 0.83% 0.93% -
XYZ 36.82 20.03 7.72 -
YUV 102.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 237 41 70 0 0.83 0.70 0.07 351.12 0.84 0.55
Hex ED 29 46 0 53 46 7 15F 54 37
Octal 355 51 106 0 123 106 7 537 124 67
Binary 11101101 101001 1000110 0 1010011 1000110 111 101011111 1010100 110111

Color Harmonies of #ED2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2946

Black with #ED2946

Text Example


Text Example

White with #ED2946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2946; }

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

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

background-color css

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

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

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

border-color css

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

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

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