Html Css Color HEX #DA3D3E Mahogany

📋 copy color: '#DA3D3E'

red 218 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #DA3D3E

Tints of Mahogany #DA3D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 63.93%
G = 17.89%
B = 18.18%

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

#DA3D3E (or 0xDA3D3E) is known color: Mahogany. HEX triplet: DA, 3D and 3E. RGB value is (218,61,62). Sum of RGB (Red+Green+Blue) = 218+61+62=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D3E is #25C2C1. Grayscale: #6C6C6C. Windows color (decimal): -2474690 or 4079066. OLE color: 4079066.

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

Color convert

RGB 218 61 62 -
CMYK 0 0.72 0.72 0.15
HSL 359.62º 0.68% 0.55% -
HSV(B) 359.62º 0.72% 0.85% -
XYZ 31.45 18.59 6.49 -
YUV 108.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 218 61 62 0 0.72 0.72 0.15 359.62 0.68 0.55
Hex DA 3D 3E 0 48 48 F 168 44 37
Octal 332 75 76 0 110 110 17 550 104 67
Binary 11011010 111101 111110 0 1001000 1001000 1111 101101000 1000100 110111

Color Harmonies of #DA3D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D3E

Black with #DA3D3E

Text Example


Text Example

White with #DA3D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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