Html Css Color HEX #DA224C Amaranth

📋 copy color: '#DA224C'

red 218 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #DA224C

Tints of Amaranth #DA224C

RGB

 RED value IS 218 (85.55% from 255) = 66.46%

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 66.46%
G = 10.37%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA224C (or 0xDA224C) is known color: Amaranth. HEX triplet: DA, 22 and 4C. RGB value is (218,34,76). Sum of RGB (Red+Green+Blue) = 218+34+76=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA224C is #25DDB3. Grayscale: #5D5D5D. Windows color (decimal): -2481588 or 4989658. OLE color: 4989658.

HSL color Cylindrical-coordinate representation of color #DA224C: hue angle of 346.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA224C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 34 76 -
CMYK 0 0.84 0.65 0.15
HSL 346.3º 0.73% 0.49% -
HSV(B) 346.3º 0.84% 0.85% -
XYZ 30.79 16.57 8.41 -
YUV 93.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 218 34 76 0 0.84 0.65 0.15 346.3 0.73 0.49
Hex DA 22 4C 0 54 41 F 15A 49 31
Octal 332 42 114 0 124 101 17 532 111 61
Binary 11011010 100010 1001100 0 1010100 1000001 1111 101011010 1001001 110001

Color Harmonies of #DA224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA224C

Black with #DA224C

Text Example


Text Example

White with #DA224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA224C; }

 p { color: rgb(218,34,76); }

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

background-color css

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

 a { background-color: rgb(218,34,76); }

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

border-color css

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

 span { border-color: rgb(218,34,76); }

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