Html Css Color HEX #DC4143 Mahogany

📋 copy color: '#DC4143'

red 220 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #DC4143

Tints of Mahogany #DC4143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 62.5%
G = 18.47%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4143 (or 0xDC4143) is known color: Mahogany. HEX triplet: DC, 41 and 43. RGB value is (220,65,67). Sum of RGB (Red+Green+Blue) = 220+65+67=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4143 is #23BEBC. Grayscale: #6F6F6F. Windows color (decimal): -2342589 or 4407772. OLE color: 4407772.

HSL color Cylindrical-coordinate representation of color #DC4143: 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.7%. Process color model (Four color, CMYK) of #DC4143 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 67 -
CMYK 0 0.70 0.70 0.14
HSL 359.23º 0.69% 0.56% -
HSV(B) 359.23º 0.7% 0.86% -
XYZ 32.42 19.4 7.35 -
YUV 111.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 220 65 67 0 0.70 0.70 0.14 359.23 0.69 0.56
Hex DC 41 43 0 46 46 E 167 45 38
Octal 334 101 103 0 106 106 16 547 105 70
Binary 11011100 1000001 1000011 0 1000110 1000110 1110 101100111 1000101 111000

Color Harmonies of #DC4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4143

Black with #DC4143

Text Example


Text Example

White with #DC4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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