Html Css Color HEX #DA3C42 Mahogany

📋 copy color: '#DA3C42'

red 218 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #DA3C42

Tints of Mahogany #DA3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 63.37%
G = 17.44%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3C42 (or 0xDA3C42) is known color: Mahogany. HEX triplet: DA, 3C and 42. RGB value is (218,60,66). Sum of RGB (Red+Green+Blue) = 218+60+66=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C42 is #25C3BD. Grayscale: #6C6C6C. Windows color (decimal): -2474942 or 4340954. OLE color: 4340954.

HSL color Cylindrical-coordinate representation of color #DA3C42: hue angle of 357.72º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C42 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 66 -
CMYK 0 0.72 0.70 0.15
HSL 357.72º 0.68% 0.55% -
HSV(B) 357.72º 0.72% 0.85% -
XYZ 31.51 18.53 7.07 -
YUV 107.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 218 60 66 0 0.72 0.70 0.15 357.72 0.68 0.55
Hex DA 3C 42 0 48 46 F 166 44 37
Octal 332 74 102 0 110 106 17 546 104 67
Binary 11011010 111100 1000010 0 1001000 1000110 1111 101100110 1000100 110111

Color Harmonies of #DA3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C42

Black with #DA3C42

Text Example


Text Example

White with #DA3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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