Html Css Color HEX #DA3742 Mahogany

📋 copy color: '#DA3742'

red 218 ◦ green 55 ◦ blue 66

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

Shades of Mahogany #DA3742

Tints of Mahogany #DA3742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.47%

R = 64.31%
G = 16.22%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3742 (or 0xDA3742) is known color: Mahogany. HEX triplet: DA, 37 and 42. RGB value is (218,55,66). Sum of RGB (Red+Green+Blue) = 218+55+66=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3742 is #25C8BD. Grayscale: #696969. Windows color (decimal): -2476222 or 4339674. OLE color: 4339674.

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

Color convert

RGB 218 55 66 -
CMYK 0 0.75 0.70 0.15
HSL 355.95º 0.69% 0.54% -
HSV(B) 355.95º 0.75% 0.85% -
XYZ 31.26 18.03 6.99 -
YUV 104.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 218 55 66 0 0.75 0.70 0.15 355.95 0.69 0.54
Hex DA 37 42 0 4B 46 F 164 45 36
Octal 332 67 102 0 113 106 17 544 105 66
Binary 11011010 110111 1000010 0 1001011 1000110 1111 101100100 1000101 110110

Color Harmonies of #DA3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3742

Black with #DA3742

Text Example


Text Example

White with #DA3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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