Html Css Color HEX #DA404B Amaranth

📋 copy color: '#DA404B'

red 218 ◦ green 64 ◦ blue 75

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

Shades of Amaranth #DA404B

Tints of Amaranth #DA404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 61.06%
G = 17.93%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA404B (or 0xDA404B) is known color: Amaranth. HEX triplet: DA, 40 and 4B. RGB value is (218,64,75). Sum of RGB (Red+Green+Blue) = 218+64+75=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA404B is #25BFB4. Grayscale: #6F6F6F. Windows color (decimal): -2473909 or 4931802. OLE color: 4931802.

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

Color convert

RGB 218 64 75 -
CMYK 0 0.71 0.66 0.15
HSL 355.71º 0.68% 0.55% -
HSV(B) 355.71º 0.71% 0.85% -
XYZ 32.02 19.08 8.65 -
YUV 111.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 218 64 75 0 0.71 0.66 0.15 355.71 0.68 0.55
Hex DA 40 4B 0 47 42 F 164 44 37
Octal 332 100 113 0 107 102 17 544 104 67
Binary 11011010 1000000 1001011 0 1000111 1000010 1111 101100100 1000100 110111

Color Harmonies of #DA404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA404B

Black with #DA404B

Text Example


Text Example

White with #DA404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA404B; }

 p { color: rgb(218,64,75); }

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

background-color css

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

 a { background-color: rgb(218,64,75); }

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

border-color css

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

 span { border-color: rgb(218,64,75); }

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