Html Css Color HEX #DA3944 Mahogany

📋 copy color: '#DA3944'

red 218 ◦ green 57 ◦ blue 68

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

Shades of Mahogany #DA3944

Tints of Mahogany #DA3944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 63.56%
G = 16.62%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3944 (or 0xDA3944) is known color: Mahogany. HEX triplet: DA, 39 and 44. RGB value is (218,57,68). Sum of RGB (Red+Green+Blue) = 218+57+68=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3944 is #25C6BB. Grayscale: #6A6A6A. Windows color (decimal): -2475708 or 4471258. OLE color: 4471258.

HSL color Cylindrical-coordinate representation of color #DA3944: hue angle of 355.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3944 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 68 -
CMYK 0 0.74 0.69 0.15
HSL 355.9º 0.69% 0.54% -
HSV(B) 355.9º 0.74% 0.85% -
XYZ 31.42 18.25 7.34 -
YUV 106.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 218 57 68 0 0.74 0.69 0.15 355.9 0.69 0.54
Hex DA 39 44 0 4A 45 F 164 45 36
Octal 332 71 104 0 112 105 17 544 105 66
Binary 11011010 111001 1000100 0 1001010 1000101 1111 101100100 1000101 110110

Color Harmonies of #DA3944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3944

Black with #DA3944

Text Example


Text Example

White with #DA3944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3944; }

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

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

background-color css

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

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

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

border-color css

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

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

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