Html Css Color HEX #DC4346 Mahogany

📋 copy color: '#DC4346'

red 220 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #DC4346

Tints of Mahogany #DC4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

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

R = 61.62%
G = 18.77%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC4346 (or 0xDC4346) is known color: Mahogany. HEX triplet: DC, 43 and 46. RGB value is (220,67,70). Sum of RGB (Red+Green+Blue) = 220+67+70=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4346 is #23BCB9. Grayscale: #717171. Windows color (decimal): -2342074 or 4604892. OLE color: 4604892.

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

Color convert

RGB 220 67 70 -
CMYK 0 0.70 0.68 0.14
HSL 358.82º 0.69% 0.56% -
HSV(B) 358.82º 0.7% 0.86% -
XYZ 32.63 19.67 7.87 -
YUV 113.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 220 67 70 0 0.70 0.68 0.14 358.82 0.69 0.56
Hex DC 43 46 0 46 44 E 167 45 38
Octal 334 103 106 0 106 104 16 547 105 70
Binary 11011100 1000011 1000110 0 1000110 1000100 1110 101100111 1000101 111000

Color Harmonies of #DC4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4346

Black with #DC4346

Text Example


Text Example

White with #DC4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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