Html Css Color HEX #DA2845 Amaranth

📋 copy color: '#DA2845'

red 218 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #DA2845

Tints of Amaranth #DA2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 66.67%
G = 12.23%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA2845 (or 0xDA2845) is known color: Amaranth. HEX triplet: DA, 28 and 45. RGB value is (218,40,69). Sum of RGB (Red+Green+Blue) = 218+40+69=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2845 is #25D7BA. Grayscale: #606060. Windows color (decimal): -2480059 or 4532442. OLE color: 4532442.

HSL color Cylindrical-coordinate representation of color #DA2845: hue angle of 350.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2845 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 69 -
CMYK 0 0.82 0.68 0.15
HSL 350.22º 0.71% 0.51% -
HSV(B) 350.22º 0.82% 0.85% -
XYZ 30.75 16.85 7.26 -
YUV 96.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 218 40 69 0 0.82 0.68 0.15 350.22 0.71 0.51
Hex DA 28 45 0 52 44 F 15E 47 33
Octal 332 50 105 0 122 104 17 536 107 63
Binary 11011010 101000 1000101 0 1010010 1000100 1111 101011110 1000111 110011

Color Harmonies of #DA2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2845

Black with #DA2845

Text Example


Text Example

White with #DA2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2845; }

 p { color: rgb(218,40,69); }

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

background-color css

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

 a { background-color: rgb(218,40,69); }

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

border-color css

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

 span { border-color: rgb(218,40,69); }

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