Html Css Color HEX #ED4348 Amaranth

📋 copy color: '#ED4348'

red 237 ◦ green 67 ◦ blue 72

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

Shades of Amaranth #ED4348

Tints of Amaranth #ED4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 63.03%
G = 17.82%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED4348 (or 0xED4348) is known color: Amaranth. HEX triplet: ED, 43 and 48. RGB value is (237,67,72). Sum of RGB (Red+Green+Blue) = 237+67+72=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4348 is #12BCB7. Grayscale: #767676. Windows color (decimal): -1227960 or 4735981. OLE color: 4735981.

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

Color convert

RGB 237 67 72 -
CMYK 0 0.72 0.70 0.07
HSL 358.24º 0.83% 0.6% -
HSV(B) 358.24º 0.72% 0.93% -
XYZ 38.1 22.49 8.46 -
YUV 118.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 237 67 72 0 0.72 0.70 0.07 358.24 0.83 0.6
Hex ED 43 48 0 48 46 7 166 53 3C
Octal 355 103 110 0 110 106 7 546 123 74
Binary 11101101 1000011 1001000 0 1001000 1000110 111 101100110 1010011 111100

Color Harmonies of #ED4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4348

Black with #ED4348

Text Example


Text Example

White with #ED4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4348; }

 p { color: rgb(237,67,72); }

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

background-color css

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

 a { background-color: rgb(237,67,72); }

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

border-color css

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

 span { border-color: rgb(237,67,72); }

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