Html Css Color HEX #ED4144 Amaranth

📋 copy color: '#ED4144'

red 237 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #ED4144

Tints of Amaranth #ED4144

RGB

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

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

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

R = 64.05%
G = 17.57%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED4144 (or 0xED4144) is known color: Amaranth. HEX triplet: ED, 41 and 44. RGB value is (237,65,68). Sum of RGB (Red+Green+Blue) = 237+65+68=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4144 is #12BEBB. Grayscale: #747474. Windows color (decimal): -1228476 or 4473325. OLE color: 4473325.

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

Color convert

RGB 237 65 68 -
CMYK 0 0.73 0.71 0.07
HSL 358.95º 0.83% 0.59% -
HSV(B) 358.95º 0.73% 0.93% -
XYZ 37.86 22.2 7.76 -
YUV 116.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 237 65 68 0 0.73 0.71 0.07 358.95 0.83 0.59
Hex ED 41 44 0 49 47 7 167 53 3B
Octal 355 101 104 0 111 107 7 547 123 73
Binary 11101101 1000001 1000100 0 1001001 1000111 111 101100111 1010011 111011

Color Harmonies of #ED4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4144

Black with #ED4144

Text Example


Text Example

White with #ED4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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