Html Css Color HEX #DA3738 Mahogany

📋 copy color: '#DA3738'

red 218 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #DA3738

Tints of Mahogany #DA3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 66.26%
G = 16.72%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3738 (or 0xDA3738) is known color: Mahogany. HEX triplet: DA, 37 and 38. RGB value is (218,55,56). Sum of RGB (Red+Green+Blue) = 218+55+56=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3738 is #25C8C7. Grayscale: #686868. Windows color (decimal): -2476232 or 3684314. OLE color: 3684314.

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

Color convert

RGB 218 55 56 -
CMYK 0 0.75 0.74 0.15
HSL 359.63º 0.69% 0.54% -
HSV(B) 359.63º 0.75% 0.85% -
XYZ 30.99 17.92 5.57 -
YUV 103.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 218 55 56 0 0.75 0.74 0.15 359.63 0.69 0.54
Hex DA 37 38 0 4B 4A F 168 45 36
Octal 332 67 70 0 113 112 17 550 105 66
Binary 11011010 110111 111000 0 1001011 1001010 1111 101101000 1000101 110110

Color Harmonies of #DA3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3738

Black with #DA3738

Text Example


Text Example

White with #DA3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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