Html Css Color HEX #DA3439 Mahogany

📋 copy color: '#DA3439'

red 218 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #DA3439

Tints of Mahogany #DA3439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.43%

R = 66.67%
G = 15.9%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3439 (or 0xDA3439) is known color: Mahogany. HEX triplet: DA, 34 and 39. RGB value is (218,52,57). Sum of RGB (Red+Green+Blue) = 218+52+57=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3439 is #25CBC6. Grayscale: #666666. Windows color (decimal): -2476999 or 3749082. OLE color: 3749082.

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

Color convert

RGB 218 52 57 -
CMYK 0 0.76 0.74 0.15
HSL 358.19º 0.69% 0.53% -
HSV(B) 358.19º 0.76% 0.85% -
XYZ 30.88 17.66 5.65 -
YUV 102.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 218 52 57 0 0.76 0.74 0.15 358.19 0.69 0.53
Hex DA 34 39 0 4C 4A F 166 45 35
Octal 332 64 71 0 114 112 17 546 105 65
Binary 11011010 110100 111001 0 1001100 1001010 1111 101100110 1000101 110101

Color Harmonies of #DA3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3439

Black with #DA3439

Text Example


Text Example

White with #DA3439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3439; }

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

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

background-color css

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

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

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

border-color css

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

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

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