Html Css Color HEX #DC3D44 Mahogany

📋 copy color: '#DC3D44'

red 220 ◦ green 61 ◦ blue 68

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

Shades of Mahogany #DC3D44

Tints of Mahogany #DC3D44

RGB

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

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

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

R = 63.04%
G = 17.48%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3D44 (or 0xDC3D44) is known color: Mahogany. HEX triplet: DC, 3D and 44. RGB value is (220,61,68). Sum of RGB (Red+Green+Blue) = 220+61+68=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D44 is #23C2BB. Grayscale: #6D6D6D. Windows color (decimal): -2343612 or 4472284. OLE color: 4472284.

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

Color convert

RGB 220 61 68 -
CMYK 0 0.72 0.69 0.14
HSL 357.36º 0.69% 0.55% -
HSV(B) 357.36º 0.72% 0.86% -
XYZ 32.23 18.97 7.43 -
YUV 109.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 220 61 68 0 0.72 0.69 0.14 357.36 0.69 0.55
Hex DC 3D 44 0 48 45 E 165 45 37
Octal 334 75 104 0 110 105 16 545 105 67
Binary 11011100 111101 1000100 0 1001000 1000101 1110 101100101 1000101 110111

Color Harmonies of #DC3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D44

Black with #DC3D44

Text Example


Text Example

White with #DC3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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