Html Css Color HEX #DA3844 Mahogany

📋 copy color: '#DA3844'

red 218 ◦ green 56 ◦ blue 68

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

Shades of Mahogany #DA3844

Tints of Mahogany #DA3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 63.74%
G = 16.37%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3844 (or 0xDA3844) is known color: Mahogany. HEX triplet: DA, 38 and 44. RGB value is (218,56,68). Sum of RGB (Red+Green+Blue) = 218+56+68=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3844 is #25C7BB. Grayscale: #696969. Windows color (decimal): -2475964 or 4471002. OLE color: 4471002.

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

Color convert

RGB 218 56 68 -
CMYK 0 0.74 0.69 0.15
HSL 355.56º 0.69% 0.54% -
HSV(B) 355.56º 0.74% 0.85% -
XYZ 31.37 18.15 7.32 -
YUV 105.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 218 56 68 0 0.74 0.69 0.15 355.56 0.69 0.54
Hex DA 38 44 0 4A 45 F 164 45 36
Octal 332 70 104 0 112 105 17 544 105 66
Binary 11011010 111000 1000100 0 1001010 1000101 1111 101100100 1000101 110110

Color Harmonies of #DA3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3844

Black with #DA3844

Text Example


Text Example

White with #DA3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3844; }

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

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

background-color css

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

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

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

border-color css

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

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

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