Html Css Color HEX #DC3D40 Mahogany

📋 copy color: '#DC3D40'

red 220 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #DC3D40

Tints of Mahogany #DC3D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 63.77%
G = 17.68%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC3D40 (or 0xDC3D40) is known color: Mahogany. HEX triplet: DC, 3D and 40. RGB value is (220,61,64). Sum of RGB (Red+Green+Blue) = 220+61+64=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D40 is #23C2BF. Grayscale: #6D6D6D. Windows color (decimal): -2343616 or 4210140. OLE color: 4210140.

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

Color convert

RGB 220 61 64 -
CMYK 0 0.72 0.71 0.14
HSL 358.87º 0.69% 0.55% -
HSV(B) 358.87º 0.72% 0.86% -
XYZ 32.11 18.92 6.81 -
YUV 108.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 220 61 64 0 0.72 0.71 0.14 358.87 0.69 0.55
Hex DC 3D 40 0 48 47 E 167 45 37
Octal 334 75 100 0 110 107 16 547 105 67
Binary 11011100 111101 1000000 0 1001000 1000111 1110 101100111 1000101 110111

Color Harmonies of #DC3D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D40

Black with #DC3D40

Text Example


Text Example

White with #DC3D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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