Html Css Color HEX #DC4144 Mahogany

📋 copy color: '#DC4144'

red 220 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #DC4144

Tints of Mahogany #DC4144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 62.32%
G = 18.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4144 (or 0xDC4144) is known color: Mahogany. HEX triplet: DC, 41 and 44. RGB value is (220,65,68). Sum of RGB (Red+Green+Blue) = 220+65+68=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4144 is #23BEBB. Grayscale: #6F6F6F. Windows color (decimal): -2342588 or 4473308. OLE color: 4473308.

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

Color convert

RGB 220 65 68 -
CMYK 0 0.70 0.69 0.14
HSL 358.84º 0.69% 0.56% -
HSV(B) 358.84º 0.7% 0.86% -
XYZ 32.45 19.41 7.51 -
YUV 111.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 220 65 68 0 0.70 0.69 0.14 358.84 0.69 0.56
Hex DC 41 44 0 46 45 E 167 45 38
Octal 334 101 104 0 106 105 16 547 105 70
Binary 11011100 1000001 1000100 0 1000110 1000101 1110 101100111 1000101 111000

Color Harmonies of #DC4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4144

Black with #DC4144

Text Example


Text Example

White with #DC4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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