Html Css Color HEX #ED3448 Amaranth

📋 copy color: '#ED3448'

red 237 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #ED3448

Tints of Amaranth #ED3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.4%

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

R = 65.65%
G = 14.4%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED3448 (or 0xED3448) is known color: Amaranth. HEX triplet: ED, 34 and 48. RGB value is (237,52,72). Sum of RGB (Red+Green+Blue) = 237+52+72=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3448 is #12CBB7. Grayscale: #6D6D6D. Windows color (decimal): -1231800 or 4732141. OLE color: 4732141.

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

Color convert

RGB 237 52 72 -
CMYK 0 0.78 0.70 0.07
HSL 353.51º 0.84% 0.57% -
HSV(B) 353.51º 0.78% 0.93% -
XYZ 37.32 20.93 8.2 -
YUV 109.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 237 52 72 0 0.78 0.70 0.07 353.51 0.84 0.57
Hex ED 34 48 0 4E 46 7 162 54 39
Octal 355 64 110 0 116 106 7 542 124 71
Binary 11101101 110100 1001000 0 1001110 1000110 111 101100010 1010100 111001

Color Harmonies of #ED3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3448

Black with #ED3448

Text Example


Text Example

White with #ED3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3448; }

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

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

background-color css

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

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

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

border-color css

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

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

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