Html Css Color HEX #DA3438 Mahogany

📋 copy color: '#DA3438'

red 218 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #DA3438

Tints of Mahogany #DA3438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 66.87%
G = 15.95%
B = 17.18%

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

#DA3438 (or 0xDA3438) is known color: Mahogany. HEX triplet: DA, 34 and 38. RGB value is (218,52,56). Sum of RGB (Red+Green+Blue) = 218+52+56=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3438 is #25CBC7. Grayscale: #666666. Windows color (decimal): -2477000 or 3683546. OLE color: 3683546.

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

Color convert

RGB 218 52 56 -
CMYK 0 0.76 0.74 0.15
HSL 358.55º 0.69% 0.53% -
HSV(B) 358.55º 0.76% 0.85% -
XYZ 30.86 17.65 5.52 -
YUV 102.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 218 52 56 0 0.76 0.74 0.15 358.55 0.69 0.53
Hex DA 34 38 0 4C 4A F 167 45 35
Octal 332 64 70 0 114 112 17 547 105 65
Binary 11011010 110100 111000 0 1001100 1001010 1111 101100111 1000101 110101

Color Harmonies of #DA3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3438

Black with #DA3438

Text Example


Text Example

White with #DA3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3438; }

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

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

background-color css

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

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

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

border-color css

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

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

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