#D5224B

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

Shades of Amaranth #D5224B

Tints of Amaranth #D5224B

Color information

#D5224B (or 0xD5224B) is unknown color: approx Amaranth. HEX triplet: D5, 22 and 4B. RGB value is (213,34,75). Sum of RGB (Red+Green+Blue) = 213+34+75=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5224B is #2ADDB4. Grayscale: #5C5C5C. Windows color (decimal): -2809269 or 4924117. OLE color: 4924117.

HSL color Cylindrical-coordinate representation of color #D5224B: hue angle of 346.26º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5224B is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2133475-
CMYK00.840.650.16
HSL346.26º72.47%48.43%-
HSV(B)346.26º84.04%83.53%-
XYZ29.2815.88.16-
YUV92.2118.3214.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.15%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=66.15%
G=10.56%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213347500.840.650.16346.2672.4748.43
HexD5224B054411015a4830
Octal3254211301241012053211060
Binary110101011000101001011010101001000001100001010110101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5224B; }

 p { color: rgb(213,34,75); }

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

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

 a { background-color: rgb(213,34,75); }

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

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

 span { border-color: rgb(213,34,75); }

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