Html Css Color HEX #DA4446 Mahogany

📋 copy color: '#DA4446'

red 218 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #DA4446

Tints of Mahogany #DA4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 61.24%
G = 19.1%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA4446 (or 0xDA4446) is known color: Mahogany. HEX triplet: DA, 44 and 46. RGB value is (218,68,70). Sum of RGB (Red+Green+Blue) = 218+68+70=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4446 is #25BBB9. Grayscale: #717171. Windows color (decimal): -2472890 or 4605146. OLE color: 4605146.

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

Color convert

RGB 218 68 70 -
CMYK 0 0.69 0.68 0.15
HSL 359.2º 0.67% 0.56% -
HSV(B) 359.2º 0.69% 0.85% -
XYZ 32.09 19.48 7.86 -
YUV 113.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 218 68 70 0 0.69 0.68 0.15 359.2 0.67 0.56
Hex DA 44 46 0 45 44 F 167 43 38
Octal 332 104 106 0 105 104 17 547 103 70
Binary 11011010 1000100 1000110 0 1000101 1000100 1111 101100111 1000011 111000

Color Harmonies of #DA4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4446

Black with #DA4446

Text Example


Text Example

White with #DA4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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