Html Css Color HEX #DA3839 Mahogany

📋 copy color: '#DA3839'

red 218 ◦ green 56 ◦ blue 57

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

Shades of Mahogany #DA3839

Tints of Mahogany #DA3839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.22%

R = 65.86%
G = 16.92%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3839 (or 0xDA3839) is known color: Mahogany. HEX triplet: DA, 38 and 39. RGB value is (218,56,57). Sum of RGB (Red+Green+Blue) = 218+56+57=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3839 is #25C7C6. Grayscale: #686868. Windows color (decimal): -2475975 or 3750106. OLE color: 3750106.

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

Color convert

RGB 218 56 57 -
CMYK 0 0.74 0.74 0.15
HSL 359.63º 0.69% 0.54% -
HSV(B) 359.63º 0.74% 0.85% -
XYZ 31.07 18.03 5.71 -
YUV 104.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 218 56 57 0 0.74 0.74 0.15 359.63 0.69 0.54
Hex DA 38 39 0 4A 4A F 168 45 36
Octal 332 70 71 0 112 112 17 550 105 66
Binary 11011010 111000 111001 0 1001010 1001010 1111 101101000 1000101 110110

Color Harmonies of #DA3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3839

Black with #DA3839

Text Example


Text Example

White with #DA3839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3839; }

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

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

background-color css

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

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

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

border-color css

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

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

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