Html Css Color HEX #ED3344 Amaranth

📋 copy color: '#ED3344'

red 237 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #ED3344

Tints of Amaranth #ED3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

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

R = 66.57%
G = 14.33%
B = 19.1%

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

#ED3344 (or 0xED3344) is known color: Amaranth. HEX triplet: ED, 33 and 44. RGB value is (237,51,68). Sum of RGB (Red+Green+Blue) = 237+51+68=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3344 is #12CCBB. Grayscale: #6C6C6C. Windows color (decimal): -1232060 or 4469741. OLE color: 4469741.

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

Color convert

RGB 237 51 68 -
CMYK 0 0.78 0.71 0.07
HSL 354.52º 0.84% 0.56% -
HSV(B) 354.52º 0.78% 0.93% -
XYZ 37.15 20.79 7.52 -
YUV 108.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 237 51 68 0 0.78 0.71 0.07 354.52 0.84 0.56
Hex ED 33 44 0 4E 47 7 163 54 38
Octal 355 63 104 0 116 107 7 543 124 70
Binary 11101101 110011 1000100 0 1001110 1000111 111 101100011 1010100 111000

Color Harmonies of #ED3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3344

Black with #ED3344

Text Example


Text Example

White with #ED3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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