Html Css Color HEX #ED4045 Amaranth

📋 copy color: '#ED4045'

red 237 ◦ green 64 ◦ blue 69

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

Shades of Amaranth #ED4045

Tints of Amaranth #ED4045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 64.05%
G = 17.3%
B = 18.65%

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

#ED4045 (or 0xED4045) is known color: Amaranth. HEX triplet: ED, 40 and 45. RGB value is (237,64,69). Sum of RGB (Red+Green+Blue) = 237+64+69=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4045 is #12BFBA. Grayscale: #747474. Windows color (decimal): -1228731 or 4538605. OLE color: 4538605.

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

Color convert

RGB 237 64 69 -
CMYK 0 0.73 0.71 0.07
HSL 358.27º 0.83% 0.59% -
HSV(B) 358.27º 0.73% 0.93% -
XYZ 37.83 22.1 7.9 -
YUV 116.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 237 64 69 0 0.73 0.71 0.07 358.27 0.83 0.59
Hex ED 40 45 0 49 47 7 166 53 3B
Octal 355 100 105 0 111 107 7 546 123 73
Binary 11101101 1000000 1000101 0 1001001 1000111 111 101100110 1010011 111011

Color Harmonies of #ED4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4045

Black with #ED4045

Text Example


Text Example

White with #ED4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4045; }

 p { color: rgb(237,64,69); }

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

background-color css

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

 a { background-color: rgb(237,64,69); }

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

border-color css

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

 span { border-color: rgb(237,64,69); }

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