Html Css Color HEX #DA3845 Amaranth

📋 copy color: '#DA3845'

red 218 ◦ green 56 ◦ blue 69

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

Shades of Amaranth #DA3845

Tints of Amaranth #DA3845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

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

R = 63.56%
G = 16.33%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA3845 (or 0xDA3845) is known color: Amaranth. HEX triplet: DA, 38 and 45. RGB value is (218,56,69). Sum of RGB (Red+Green+Blue) = 218+56+69=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3845 is #25C7BA. Grayscale: #6A6A6A. Windows color (decimal): -2475963 or 4536538. OLE color: 4536538.

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

Color convert

RGB 218 56 69 -
CMYK 0 0.74 0.68 0.15
HSL 355.19º 0.69% 0.54% -
HSV(B) 355.19º 0.74% 0.85% -
XYZ 31.4 18.16 7.48 -
YUV 105.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 218 56 69 0 0.74 0.68 0.15 355.19 0.69 0.54
Hex DA 38 45 0 4A 44 F 163 45 36
Octal 332 70 105 0 112 104 17 543 105 66
Binary 11011010 111000 1000101 0 1001010 1000100 1111 101100011 1000101 110110

Color Harmonies of #DA3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3845

Black with #DA3845

Text Example


Text Example

White with #DA3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3845; }

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

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

background-color css

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

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

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

border-color css

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

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

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