Html Css Color HEX #DD3C3D Mahogany

📋 copy color: '#DD3C3D'

red 221 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #DD3C3D

Tints of Mahogany #DD3C3D

RGB

 RED value IS 221 (86.72% from 255) = 64.62%

 GREEN value IS 60 (23.83% from 255) = 17.54%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 64.62%
G = 17.54%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD3C3D (or 0xDD3C3D) is known color: Mahogany. HEX triplet: DD, 3C and 3D. RGB value is (221,60,61). Sum of RGB (Red+Green+Blue) = 221+60+61=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C3D is #22C3C2. Grayscale: #6C6C6C. Windows color (decimal): -2278339 or 4013277. OLE color: 4013277.

HSL color Cylindrical-coordinate representation of color #DD3C3D: hue angle of 359.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3C3D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 60 61 -
CMYK 0 0.73 0.72 0.13
HSL 359.63º 0.7% 0.55% -
HSV(B) 359.63º 0.73% 0.87% -
XYZ 32.28 18.94 6.37 -
YUV 108.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 221 60 61 0 0.73 0.72 0.13 359.63 0.7 0.55
Hex DD 3C 3D 0 49 48 D 168 46 37
Octal 335 74 75 0 111 110 15 550 106 67
Binary 11011101 111100 111101 0 1001001 1001000 1101 101101000 1000110 110111

Color Harmonies of #DD3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C3D

Black with #DD3C3D

Text Example


Text Example

White with #DD3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C3D; }

 p { color: rgb(221,60,61); }

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

background-color css

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

 a { background-color: rgb(221,60,61); }

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

border-color css

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

 span { border-color: rgb(221,60,61); }

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