Html Css Color HEX #DA3F47 Mahogany

📋 copy color: '#DA3F47'

red 218 ◦ green 63 ◦ blue 71

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

Shades of Mahogany #DA3F47

Tints of Mahogany #DA3F47

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 61.93%
G = 17.9%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3F47 (or 0xDA3F47) is known color: Mahogany. HEX triplet: DA, 3F and 47. RGB value is (218,63,71). Sum of RGB (Red+Green+Blue) = 218+63+71=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F47 is #25C0B8. Grayscale: #6E6E6E. Windows color (decimal): -2474169 or 4669402. OLE color: 4669402.

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

Color convert

RGB 218 63 71 -
CMYK 0 0.71 0.67 0.15
HSL 356.9º 0.68% 0.55% -
HSV(B) 356.9º 0.71% 0.85% -
XYZ 31.83 18.92 7.93 -
YUV 110.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 218 63 71 0 0.71 0.67 0.15 356.9 0.68 0.55
Hex DA 3F 47 0 47 43 F 165 44 37
Octal 332 77 107 0 107 103 17 545 104 67
Binary 11011010 111111 1000111 0 1000111 1000011 1111 101100101 1000100 110111

Color Harmonies of #DA3F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F47

Black with #DA3F47

Text Example


Text Example

White with #DA3F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F47; }

 p { color: rgb(218,63,71); }

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

background-color css

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

 a { background-color: rgb(218,63,71); }

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

border-color css

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

 span { border-color: rgb(218,63,71); }

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