Html Css Color HEX #DA2345 Amaranth

📋 copy color: '#DA2345'

red 218 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #DA2345

Tints of Amaranth #DA2345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

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

R = 67.7%
G = 10.87%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA2345 (or 0xDA2345) is known color: Amaranth. HEX triplet: DA, 23 and 45. RGB value is (218,35,69). Sum of RGB (Red+Green+Blue) = 218+35+69=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2345 is #25DCBA. Grayscale: #5D5D5D. Windows color (decimal): -2481339 or 4531162. OLE color: 4531162.

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

Color convert

RGB 218 35 69 -
CMYK 0 0.84 0.68 0.15
HSL 348.85º 0.72% 0.5% -
HSV(B) 348.85º 0.84% 0.85% -
XYZ 30.59 16.54 7.21 -
YUV 93.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 218 35 69 0 0.84 0.68 0.15 348.85 0.72 0.5
Hex DA 23 45 0 54 44 F 15D 48 32
Octal 332 43 105 0 124 104 17 535 110 62
Binary 11011010 100011 1000101 0 1010100 1000100 1111 101011101 1001000 110010

Color Harmonies of #DA2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2345

Black with #DA2345

Text Example


Text Example

White with #DA2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2345; }

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

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

background-color css

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

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

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

border-color css

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

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

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