Html Css Color HEX #DA343B Mahogany

📋 copy color: '#DA343B'

red 218 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #DA343B

Tints of Mahogany #DA343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 66.26%
G = 15.81%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA343B (or 0xDA343B) is known color: Mahogany. HEX triplet: DA, 34 and 3B. RGB value is (218,52,59). Sum of RGB (Red+Green+Blue) = 218+52+59=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA343B is #25CBC4. Grayscale: #666666. Windows color (decimal): -2476997 or 3880154. OLE color: 3880154.

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

Color convert

RGB 218 52 59 -
CMYK 0 0.76 0.73 0.15
HSL 357.47º 0.69% 0.53% -
HSV(B) 357.47º 0.76% 0.85% -
XYZ 30.93 17.68 5.92 -
YUV 102.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 218 52 59 0 0.76 0.73 0.15 357.47 0.69 0.53
Hex DA 34 3B 0 4C 49 F 165 45 35
Octal 332 64 73 0 114 111 17 545 105 65
Binary 11011010 110100 111011 0 1001100 1001001 1111 101100101 1000101 110101

Color Harmonies of #DA343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA343B

Black with #DA343B

Text Example


Text Example

White with #DA343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA343B; }

 p { color: rgb(218,52,59); }

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

background-color css

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

 a { background-color: rgb(218,52,59); }

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

border-color css

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

 span { border-color: rgb(218,52,59); }

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