#ED3345

Color #ED3345 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #ED3345

Tints of Amaranth #ED3345

Color information

#ED3345 (or 0xED3345) is unknown color: approx Amaranth. HEX triplet: ED, 33 and 45. RGB value is (237,51,69). Sum of RGB (Red+Green+Blue) = 237+51+69=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3345 is #12CCBA. Grayscale: #6C6C6C. Windows color (decimal): -1232059 or 4535277. OLE color: 4535277.

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

Color convert

RGB2375169-
CMYK00.780.710.07
HSL354.19º83.78%56.47%-
HSV(B)354.19º78.48%92.94%-
XYZ37.1820.87.69-
YUV108.67105.62219.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.39%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=66.39%
G=14.29%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237516900.780.710.07354.1983.7856.47
HexED334504E4771625438
Octal355631050116107754212470
Binary1110110111001110001010100111010001111111011000101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3345; }

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

 H1.HeaderClassName
 {
   color: #ED3345;
 }
 .AnyTagClassName
 {
   color: #ED3345;
 }
</style>
background-color css

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

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

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

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

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

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