Html Css Color HEX #DA3843 Mahogany

📋 copy color: '#DA3843'

red 218 ◦ green 56 ◦ blue 67

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

Shades of Mahogany #DA3843

Tints of Mahogany #DA3843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 63.93%
G = 16.42%
B = 19.65%

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

#DA3843 (or 0xDA3843) is known color: Mahogany. HEX triplet: DA, 38 and 43. RGB value is (218,56,67). Sum of RGB (Red+Green+Blue) = 218+56+67=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3843 is #25C7BC. Grayscale: #696969. Windows color (decimal): -2475965 or 4405466. OLE color: 4405466.

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

Color convert

RGB 218 56 67 -
CMYK 0 0.74 0.69 0.15
HSL 355.93º 0.69% 0.54% -
HSV(B) 355.93º 0.74% 0.85% -
XYZ 31.34 18.14 7.16 -
YUV 105.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 218 56 67 0 0.74 0.69 0.15 355.93 0.69 0.54
Hex DA 38 43 0 4A 45 F 164 45 36
Octal 332 70 103 0 112 105 17 544 105 66
Binary 11011010 111000 1000011 0 1001010 1000101 1111 101100100 1000101 110110

Color Harmonies of #DA3843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3843

Black with #DA3843

Text Example


Text Example

White with #DA3843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3843; }

 p { color: rgb(218,56,67); }

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

background-color css

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

 a { background-color: rgb(218,56,67); }

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

border-color css

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

 span { border-color: rgb(218,56,67); }

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