Html Css Color HEX #DA3545 Amaranth

📋 copy color: '#DA3545'

red 218 ◦ green 53 ◦ blue 69

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

Shades of Amaranth #DA3545

Tints of Amaranth #DA3545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

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

R = 64.12%
G = 15.59%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA3545 (or 0xDA3545) is known color: Amaranth. HEX triplet: DA, 35 and 45. RGB value is (218,53,69). Sum of RGB (Red+Green+Blue) = 218+53+69=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3545 is #25CABA. Grayscale: #686868. Windows color (decimal): -2476731 or 4535770. OLE color: 4535770.

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

Color convert

RGB 218 53 69 -
CMYK 0 0.76 0.68 0.15
HSL 354.18º 0.69% 0.53% -
HSV(B) 354.18º 0.76% 0.85% -
XYZ 31.26 17.88 7.43 -
YUV 104.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 218 53 69 0 0.76 0.68 0.15 354.18 0.69 0.53
Hex DA 35 45 0 4C 44 F 162 45 35
Octal 332 65 105 0 114 104 17 542 105 65
Binary 11011010 110101 1000101 0 1001100 1000100 1111 101100010 1000101 110101

Color Harmonies of #DA3545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3545

Black with #DA3545

Text Example


Text Example

White with #DA3545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3545; }

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

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

background-color css

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

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

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

border-color css

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

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

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