Html Css Color HEX #DA4345 Mahogany

📋 copy color: '#DA4345'

red 218 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #DA4345

Tints of Mahogany #DA4345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 61.58%
G = 18.93%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA4345 (or 0xDA4345) is known color: Mahogany. HEX triplet: DA, 43 and 45. RGB value is (218,67,69). Sum of RGB (Red+Green+Blue) = 218+67+69=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4345 is #25BCBA. Grayscale: #707070. Windows color (decimal): -2473147 or 4539354. OLE color: 4539354.

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

Color convert

RGB 218 67 69 -
CMYK 0 0.69 0.68 0.15
HSL 359.21º 0.67% 0.56% -
HSV(B) 359.21º 0.69% 0.85% -
XYZ 31.99 19.35 7.68 -
YUV 112.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 218 67 69 0 0.69 0.68 0.15 359.21 0.67 0.56
Hex DA 43 45 0 45 44 F 167 43 38
Octal 332 103 105 0 105 104 17 547 103 70
Binary 11011010 1000011 1000101 0 1000101 1000100 1111 101100111 1000011 111000

Color Harmonies of #DA4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4345

Black with #DA4345

Text Example


Text Example

White with #DA4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4345; }

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

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

background-color css

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

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

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

border-color css

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

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

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