Html Css Color HEX #DA2B48 Amaranth

📋 copy color: '#DA2B48'

red 218 ◦ green 43 ◦ blue 72

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

Shades of Amaranth #DA2B48

Tints of Amaranth #DA2B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 65.47%
G = 12.91%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA2B48 (or 0xDA2B48) is known color: Amaranth. HEX triplet: DA, 2B and 48. RGB value is (218,43,72). Sum of RGB (Red+Green+Blue) = 218+43+72=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B48 is #25D4B7. Grayscale: #626262. Windows color (decimal): -2479288 or 4729818. OLE color: 4729818.

HSL color Cylindrical-coordinate representation of color #DA2B48: hue angle of 350.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B48 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 72 -
CMYK 0 0.80 0.67 0.15
HSL 350.06º 0.7% 0.51% -
HSV(B) 350.06º 0.8% 0.85% -
XYZ 30.95 17.1 7.8 -
YUV 98.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 218 43 72 0 0.80 0.67 0.15 350.06 0.7 0.51
Hex DA 2B 48 0 50 43 F 15E 46 33
Octal 332 53 110 0 120 103 17 536 106 63
Binary 11011010 101011 1001000 0 1010000 1000011 1111 101011110 1000110 110011

Color Harmonies of #DA2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B48

Black with #DA2B48

Text Example


Text Example

White with #DA2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B48; }

 p { color: rgb(218,43,72); }

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

background-color css

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

 a { background-color: rgb(218,43,72); }

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

border-color css

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

 span { border-color: rgb(218,43,72); }

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