Html Css Color HEX #DA3D44 Mahogany

📋 copy color: '#DA3D44'

red 218 ◦ green 61 ◦ blue 68

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

Shades of Mahogany #DA3D44

Tints of Mahogany #DA3D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 62.82%
G = 17.58%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3D44 (or 0xDA3D44) is known color: Mahogany. HEX triplet: DA, 3D and 44. RGB value is (218,61,68). Sum of RGB (Red+Green+Blue) = 218+61+68=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D44 is #25C2BB. Grayscale: #6C6C6C. Windows color (decimal): -2474684 or 4472282. OLE color: 4472282.

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

Color convert

RGB 218 61 68 -
CMYK 0 0.72 0.69 0.15
HSL 357.32º 0.68% 0.55% -
HSV(B) 357.32º 0.72% 0.85% -
XYZ 31.63 18.66 7.4 -
YUV 108.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 218 61 68 0 0.72 0.69 0.15 357.32 0.68 0.55
Hex DA 3D 44 0 48 45 F 165 44 37
Octal 332 75 104 0 110 105 17 545 104 67
Binary 11011010 111101 1000100 0 1001000 1000101 1111 101100101 1000100 110111

Color Harmonies of #DA3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D44

Black with #DA3D44

Text Example


Text Example

White with #DA3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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