Html Css Color HEX #DA3641 Mahogany

📋 copy color: '#DA3641'

red 218 ◦ green 54 ◦ blue 65

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

Shades of Mahogany #DA3641

Tints of Mahogany #DA3641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 64.69%
G = 16.02%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3641 (or 0xDA3641) is known color: Mahogany. HEX triplet: DA, 36 and 41. RGB value is (218,54,65). Sum of RGB (Red+Green+Blue) = 218+54+65=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3641 is #25C9BE. Grayscale: #686868. Windows color (decimal): -2476479 or 4273882. OLE color: 4273882.

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

Color convert

RGB 218 54 65 -
CMYK 0 0.75 0.70 0.15
HSL 355.98º 0.69% 0.53% -
HSV(B) 355.98º 0.75% 0.85% -
XYZ 31.19 17.93 6.82 -
YUV 104.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 218 54 65 0 0.75 0.70 0.15 355.98 0.69 0.53
Hex DA 36 41 0 4B 46 F 164 45 35
Octal 332 66 101 0 113 106 17 544 105 65
Binary 11011010 110110 1000001 0 1001011 1000110 1111 101100100 1000101 110101

Color Harmonies of #DA3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3641

Black with #DA3641

Text Example


Text Example

White with #DA3641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3641; }

 p { color: rgb(218,54,65); }

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

background-color css

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

 a { background-color: rgb(218,54,65); }

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

border-color css

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

 span { border-color: rgb(218,54,65); }

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