Html Css Color HEX #ED2344 Amaranth

📋 copy color: '#ED2344'

red 237 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #ED2344

Tints of Amaranth #ED2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

 BLUE value IS 68 (26.95% from 255) = 20%

R = 69.71%
G = 10.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2344 (or 0xED2344) is known color: Amaranth. HEX triplet: ED, 23 and 44. RGB value is (237,35,68). Sum of RGB (Red+Green+Blue) = 237+35+68=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2344 is #12DCBB. Grayscale: #636363. Windows color (decimal): -1236156 or 4465645. OLE color: 4465645.

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

Color convert

RGB 237 35 68 -
CMYK 0 0.85 0.71 0.07
HSL 350.2º 0.85% 0.53% -
HSV(B) 350.2º 0.85% 0.93% -
XYZ 36.57 19.62 7.33 -
YUV 99.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 237 35 68 0 0.85 0.71 0.07 350.2 0.85 0.53
Hex ED 23 44 0 55 47 7 15E 55 35
Octal 355 43 104 0 125 107 7 536 125 65
Binary 11101101 100011 1000100 0 1010101 1000111 111 101011110 1010101 110101

Color Harmonies of #ED2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2344

Black with #ED2344

Text Example


Text Example

White with #ED2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2344; }

 p { color: rgb(237,35,68); }

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

background-color css

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

 a { background-color: rgb(237,35,68); }

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

border-color css

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

 span { border-color: rgb(237,35,68); }

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