Html Css Color HEX #DC4042 Mahogany

📋 copy color: '#DC4042'

red 220 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #DC4042

Tints of Mahogany #DC4042

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 62.86%
G = 18.29%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC4042 (or 0xDC4042) is known color: Mahogany. HEX triplet: DC, 40 and 42. RGB value is (220,64,66). Sum of RGB (Red+Green+Blue) = 220+64+66=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4042 is #23BFBD. Grayscale: #6F6F6F. Windows color (decimal): -2342846 or 4341980. OLE color: 4341980.

HSL color Cylindrical-coordinate representation of color #DC4042: hue angle of 359.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4042 is Cyan = 0, Magento = 0.71, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 66 -
CMYK 0 0.71 0.7 0.14
HSL 359.23º 0.69% 0.56% -
HSV(B) 359.23º 0.71% 0.86% -
XYZ 32.33 19.28 7.17 -
YUV 110.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 220 64 66 0 0.71 0.7 0.14 359.23 0.69 0.56
Hex DC 40 42 0 47 46 E 167 45 38
Octal 334 100 102 0 107 106 16 547 105 70
Binary 11011100 1000000 1000010 0 1000111 1000110 1110 101100111 1000101 111000

Color Harmonies of #DC4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4042

Black with #DC4042

Text Example


Text Example

White with #DC4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4042; }

 p { color: rgb(220,64,66); }

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

background-color css

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

 a { background-color: rgb(220,64,66); }

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

border-color css

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

 span { border-color: rgb(220,64,66); }

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