Html Css Color HEX #DB224C Amaranth

📋 copy color: '#DB224C'

red 219 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #DB224C

Tints of Amaranth #DB224C

RGB

 RED value IS 219 (85.94% from 255) = 66.57%

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

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

R = 66.57%
G = 10.33%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB224C (or 0xDB224C) is known color: Amaranth. HEX triplet: DB, 22 and 4C. RGB value is (219,34,76). Sum of RGB (Red+Green+Blue) = 219+34+76=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB224C is #24DDB3. Grayscale: #5E5E5E. Windows color (decimal): -2416052 or 4989659. OLE color: 4989659.

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

Color convert

RGB 219 34 76 -
CMYK 0 0.84 0.65 0.14
HSL 346.38º 0.73% 0.5% -
HSV(B) 346.38º 0.84% 0.86% -
XYZ 31.09 16.73 8.43 -
YUV 94.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 219 34 76 0 0.84 0.65 0.14 346.38 0.73 0.5
Hex DB 22 4C 0 54 41 E 15A 49 32
Octal 333 42 114 0 124 101 16 532 111 62
Binary 11011011 100010 1001100 0 1010100 1000001 1110 101011010 1001001 110010

Color Harmonies of #DB224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB224C

Black with #DB224C

Text Example


Text Example

White with #DB224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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