Html Css Color HEX #DA4344 Mahogany

📋 copy color: '#DA4344'

red 218 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #DA4344

Tints of Mahogany #DA4344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.98%

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

R = 61.76%
G = 18.98%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA4344 (or 0xDA4344) is known color: Mahogany. HEX triplet: DA, 43 and 44. RGB value is (218,67,68). Sum of RGB (Red+Green+Blue) = 218+67+68=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4344 is #25BCBB. Grayscale: #707070. Windows color (decimal): -2473148 or 4473818. OLE color: 4473818.

HSL color Cylindrical-coordinate representation of color #DA4344: hue angle of 359.6º 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 #DA4344 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 68 -
CMYK 0 0.69 0.69 0.15
HSL 359.6º 0.67% 0.56% -
HSV(B) 359.6º 0.69% 0.85% -
XYZ 31.96 19.34 7.52 -
YUV 112.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 218 67 68 0 0.69 0.69 0.15 359.6 0.67 0.56
Hex DA 43 44 0 45 45 F 168 43 38
Octal 332 103 104 0 105 105 17 550 103 70
Binary 11011010 1000011 1000100 0 1000101 1000101 1111 101101000 1000011 111000

Color Harmonies of #DA4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4344

Black with #DA4344

Text Example


Text Example

White with #DA4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4344; }

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

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

background-color css

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

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

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

border-color css

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

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

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