Html Css Color HEX #DA2250 Amaranth

📋 copy color: '#DA2250'

red 218 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #DA2250

Tints of Amaranth #DA2250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 65.66%
G = 10.24%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA2250 (or 0xDA2250) is known color: Amaranth. HEX triplet: DA, 22 and 50. RGB value is (218,34,80). Sum of RGB (Red+Green+Blue) = 218+34+80=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2250 is #25DDAF. Grayscale: #5E5E5E. Windows color (decimal): -2481584 or 5251802. OLE color: 5251802.

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

Color convert

RGB 218 34 80 -
CMYK 0 0.84 0.63 0.15
HSL 345º 0.73% 0.49% -
HSV(B) 345º 0.84% 0.85% -
XYZ 30.93 16.63 9.17 -
YUV 94.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 218 34 80 0 0.84 0.63 0.15 345 0.73 0.49
Hex DA 22 50 0 54 3F F 159 49 31
Octal 332 42 120 0 124 77 17 531 111 61
Binary 11011010 100010 1010000 0 1010100 111111 1111 101011001 1001001 110001

Color Harmonies of #DA2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2250

Black with #DA2250

Text Example


Text Example

White with #DA2250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2250; }

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

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

background-color css

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

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

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

border-color css

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

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

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