#ed3353

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

Shades of Amaranth #ED3353

Tints of Amaranth #ED3353

Color information

#ED3353 (or 0xED3353) is unknown color: approx Amaranth. HEX triplet: ED, 33 and 53. RGB value is (237,51,83). Sum of RGB (Red+Green+Blue) = 237+51+83=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3353 is #12CCAC. Grayscale: #6E6E6E. Windows color (decimal): -1232045 or 5452781. OLE color: 5452781.

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

Color convert

RGB2375183-
CMYK00.780.650.07
HSL349.68º83.78%56.47%-
HSV(B)349.68º78.48%92.94%-
XYZ37.672110.25-
YUV110.26112.62218.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.88%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=63.88%
G=13.75%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237518300.780.650.07349.6883.7856.47
HexED335304E41715e5438
Octal355631230116101753612470
Binary1110110111001110100110100111010000011111010111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3353; }

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

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

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

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

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

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

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

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