Html Css Color HEX #DC4046 Mahogany

📋 copy color: '#DC4046'

red 220 ◦ green 64 ◦ blue 70

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

Shades of Mahogany #DC4046

Tints of Mahogany #DC4046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 62.15%
G = 18.08%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC4046 (or 0xDC4046) is known color: Mahogany. HEX triplet: DC, 40 and 46. RGB value is (220,64,70). Sum of RGB (Red+Green+Blue) = 220+64+70=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4046 is #23BFB9. Grayscale: #6F6F6F. Windows color (decimal): -2342842 or 4604124. OLE color: 4604124.

HSL color Cylindrical-coordinate representation of color #DC4046: hue angle of 357.69º 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 #DC4046 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 70 -
CMYK 0 0.71 0.68 0.14
HSL 357.69º 0.69% 0.56% -
HSV(B) 357.69º 0.71% 0.86% -
XYZ 32.45 19.32 7.81 -
YUV 111.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 220 64 70 0 0.71 0.68 0.14 357.69 0.69 0.56
Hex DC 40 46 0 47 44 E 166 45 38
Octal 334 100 106 0 107 104 16 546 105 70
Binary 11011100 1000000 1000110 0 1000111 1000100 1110 101100110 1000101 111000

Color Harmonies of #DC4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4046

Black with #DC4046

Text Example


Text Example

White with #DC4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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