Html Css Color HEX #ED2645 Amaranth

📋 copy color: '#ED2645'

red 237 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #ED2645

Tints of Amaranth #ED2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

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

R = 68.9%
G = 11.05%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2645 (or 0xED2645) is known color: Amaranth. HEX triplet: ED, 26 and 45. RGB value is (237,38,69). Sum of RGB (Red+Green+Blue) = 237+38+69=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2645 is #12D9BA. Grayscale: #656565. Windows color (decimal): -1235387 or 4531949. OLE color: 4531949.

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

Color convert

RGB 237 38 69 -
CMYK 0 0.84 0.71 0.07
HSL 350.65º 0.85% 0.54% -
HSV(B) 350.65º 0.84% 0.93% -
XYZ 36.69 19.82 7.52 -
YUV 101.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 237 38 69 0 0.84 0.71 0.07 350.65 0.85 0.54
Hex ED 26 45 0 54 47 7 15F 55 36
Octal 355 46 105 0 124 107 7 537 125 66
Binary 11101101 100110 1000101 0 1010100 1000111 111 101011111 1010101 110110

Color Harmonies of #ED2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2645

Black with #ED2645

Text Example


Text Example

White with #ED2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2645; }

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

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

background-color css

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

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

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

border-color css

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

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

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