Html Css Color HEX #DA3C40 Mahogany

📋 copy color: '#DA3C40'

red 218 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #DA3C40

Tints of Mahogany #DA3C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 63.74%
G = 17.54%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA3C40 (or 0xDA3C40) is known color: Mahogany. HEX triplet: DA, 3C and 40. RGB value is (218,60,64). Sum of RGB (Red+Green+Blue) = 218+60+64=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C40 is #25C3BF. Grayscale: #6B6B6B. Windows color (decimal): -2474944 or 4209882. OLE color: 4209882.

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

Color convert

RGB 218 60 64 -
CMYK 0 0.72 0.71 0.15
HSL 358.48º 0.68% 0.55% -
HSV(B) 358.48º 0.72% 0.85% -
XYZ 31.45 18.51 6.76 -
YUV 107.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 218 60 64 0 0.72 0.71 0.15 358.48 0.68 0.55
Hex DA 3C 40 0 48 47 F 166 44 37
Octal 332 74 100 0 110 107 17 546 104 67
Binary 11011010 111100 1000000 0 1001000 1000111 1111 101100110 1000100 110111

Color Harmonies of #DA3C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C40

Black with #DA3C40

Text Example


Text Example

White with #DA3C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C40; }

 p { color: rgb(218,60,64); }

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

background-color css

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

 a { background-color: rgb(218,60,64); }

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

border-color css

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

 span { border-color: rgb(218,60,64); }

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