Html Css Color HEX #ED3444 Amaranth

📋 copy color: '#ED3444'

red 237 ◦ green 52 ◦ blue 68

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

Shades of Amaranth #ED3444

Tints of Amaranth #ED3444

RGB

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

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

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

R = 66.39%
G = 14.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED3444 (or 0xED3444) is known color: Amaranth. HEX triplet: ED, 34 and 44. RGB value is (237,52,68). Sum of RGB (Red+Green+Blue) = 237+52+68=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3444 is #12CBBB. Grayscale: #6D6D6D. Windows color (decimal): -1231804 or 4469997. OLE color: 4469997.

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

Color convert

RGB 237 52 68 -
CMYK 0 0.78 0.71 0.07
HSL 354.81º 0.84% 0.57% -
HSV(B) 354.81º 0.78% 0.93% -
XYZ 37.2 20.88 7.54 -
YUV 109.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 237 52 68 0 0.78 0.71 0.07 354.81 0.84 0.57
Hex ED 34 44 0 4E 47 7 163 54 39
Octal 355 64 104 0 116 107 7 543 124 71
Binary 11101101 110100 1000100 0 1001110 1000111 111 101100011 1010100 111001

Color Harmonies of #ED3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3444

Black with #ED3444

Text Example


Text Example

White with #ED3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3444; }

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

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

background-color css

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

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

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

border-color css

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

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

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