Html Css Color HEX #D5224A Amaranth

📋 copy color: '#D5224A'

red 213 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #D5224A

Tints of Amaranth #D5224A

RGB

 RED value IS 213 (83.59% from 255) = 66.36%

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 66.36%
G = 10.59%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5224A (or 0xD5224A) is known color: Amaranth. HEX triplet: D5, 22 and 4A. RGB value is (213,34,74). Sum of RGB (Red+Green+Blue) = 213+34+74=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5224A is #2ADDB5. Grayscale: #5C5C5C. Windows color (decimal): -2809270 or 4858581. OLE color: 4858581.

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

Color convert

RGB 213 34 74 -
CMYK 0 0.84 0.65 0.16
HSL 346.59º 0.72% 0.48% -
HSV(B) 346.59º 0.84% 0.84% -
XYZ 29.25 15.78 7.98 -
YUV 92.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 213 34 74 0 0.84 0.65 0.16 346.59 0.72 0.48
Hex D5 22 4A 0 54 41 10 15B 48 30
Octal 325 42 112 0 124 101 20 533 110 60
Binary 11010101 100010 1001010 0 1010100 1000001 10000 101011011 1001000 110000

Color Harmonies of #D5224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5224A

Black with #D5224A

Text Example


Text Example

White with #D5224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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