Html Css Color HEX #DA3C3E Mahogany

📋 copy color: '#DA3C3E'

red 218 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #DA3C3E

Tints of Mahogany #DA3C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 64.12%
G = 17.65%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3C3E (or 0xDA3C3E) is known color: Mahogany. HEX triplet: DA, 3C and 3E. RGB value is (218,60,62). Sum of RGB (Red+Green+Blue) = 218+60+62=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C3E is #25C3C1. Grayscale: #6B6B6B. Windows color (decimal): -2474946 or 4078810. OLE color: 4078810.

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

Color convert

RGB 218 60 62 -
CMYK 0 0.72 0.72 0.15
HSL 359.24º 0.68% 0.55% -
HSV(B) 359.24º 0.72% 0.85% -
XYZ 31.4 18.48 6.47 -
YUV 107.47 102.35 206.84 -
System Red Green Blue C M Y K H S L
Decimal 218 60 62 0 0.72 0.72 0.15 359.24 0.68 0.55
Hex DA 3C 3E 0 48 48 F 167 44 37
Octal 332 74 76 0 110 110 17 547 104 67
Binary 11011010 111100 111110 0 1001000 1001000 1111 101100111 1000100 110111

Color Harmonies of #DA3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C3E

Black with #DA3C3E

Text Example


Text Example

White with #DA3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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