Html Css Color HEX #DA3244 Amaranth

📋 copy color: '#DA3244'

red 218 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #DA3244

Tints of Amaranth #DA3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 64.88%
G = 14.88%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3244 (or 0xDA3244) is known color: Amaranth. HEX triplet: DA, 32 and 44. RGB value is (218,50,68). Sum of RGB (Red+Green+Blue) = 218+50+68=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3244 is #25CDBB. Grayscale: #666666. Windows color (decimal): -2477500 or 4469466. OLE color: 4469466.

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

Color convert

RGB 218 50 68 -
CMYK 0 0.77 0.69 0.15
HSL 353.57º 0.69% 0.53% -
HSV(B) 353.57º 0.77% 0.85% -
XYZ 31.1 17.6 7.23 -
YUV 102.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 218 50 68 0 0.77 0.69 0.15 353.57 0.69 0.53
Hex DA 32 44 0 4D 45 F 162 45 35
Octal 332 62 104 0 115 105 17 542 105 65
Binary 11011010 110010 1000100 0 1001101 1000101 1111 101100010 1000101 110101

Color Harmonies of #DA3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3244

Black with #DA3244

Text Example


Text Example

White with #DA3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3244; }

 p { color: rgb(218,50,68); }

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

background-color css

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

 a { background-color: rgb(218,50,68); }

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

border-color css

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

 span { border-color: rgb(218,50,68); }

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