Html Css Color HEX #DD3C42 Mahogany

📋 copy color: '#DD3C42'

red 221 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #DD3C42

Tints of Mahogany #DD3C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 63.69%
G = 17.29%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3C42 (or 0xDD3C42) is known color: Mahogany. HEX triplet: DD, 3C and 42. RGB value is (221,60,66). Sum of RGB (Red+Green+Blue) = 221+60+66=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C42 is #22C3BD. Grayscale: #6C6C6C. Windows color (decimal): -2278334 or 4340957. OLE color: 4340957.

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

Color convert

RGB 221 60 66 -
CMYK 0 0.73 0.70 0.13
HSL 357.76º 0.7% 0.55% -
HSV(B) 357.76º 0.73% 0.87% -
XYZ 32.42 19 7.11 -
YUV 108.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 221 60 66 0 0.73 0.70 0.13 357.76 0.7 0.55
Hex DD 3C 42 0 49 46 D 166 46 37
Octal 335 74 102 0 111 106 15 546 106 67
Binary 11011101 111100 1000010 0 1001001 1000110 1101 101100110 1000110 110111

Color Harmonies of #DD3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C42

Black with #DD3C42

Text Example


Text Example

White with #DD3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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