Html Css Color HEX #DA254C Amaranth

📋 copy color: '#DA254C'

red 218 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #DA254C

Tints of Amaranth #DA254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 65.86%
G = 11.18%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA254C (or 0xDA254C) is known color: Amaranth. HEX triplet: DA, 25 and 4C. RGB value is (218,37,76). Sum of RGB (Red+Green+Blue) = 218+37+76=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA254C is #25DAB3. Grayscale: #5F5F5F. Windows color (decimal): -2480820 or 4990426. OLE color: 4990426.

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

Color convert

RGB 218 37 76 -
CMYK 0 0.83 0.65 0.15
HSL 347.07º 0.71% 0.5% -
HSV(B) 347.07º 0.83% 0.85% -
XYZ 30.88 16.75 8.44 -
YUV 95.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 218 37 76 0 0.83 0.65 0.15 347.07 0.71 0.5
Hex DA 25 4C 0 53 41 F 15B 47 32
Octal 332 45 114 0 123 101 17 533 107 62
Binary 11011010 100101 1001100 0 1010011 1000001 1111 101011011 1000111 110010

Color Harmonies of #DA254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA254C

Black with #DA254C

Text Example


Text Example

White with #DA254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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