Html Css Color HEX #DD3B40 Mahogany

📋 copy color: '#DD3B40'

red 221 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #DD3B40

Tints of Mahogany #DD3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

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

R = 64.24%
G = 17.15%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3B40 (or 0xDD3B40) is known color: Mahogany. HEX triplet: DD, 3B and 40. RGB value is (221,59,64). Sum of RGB (Red+Green+Blue) = 221+59+64=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B40 is #22C4BF. Grayscale: #6C6C6C. Windows color (decimal): -2278592 or 4209629. OLE color: 4209629.

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

Color convert

RGB 221 59 64 -
CMYK 0 0.73 0.71 0.13
HSL 358.15º 0.7% 0.55% -
HSV(B) 358.15º 0.73% 0.87% -
XYZ 32.31 18.87 6.79 -
YUV 108.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 221 59 64 0 0.73 0.71 0.13 358.15 0.7 0.55
Hex DD 3B 40 0 49 47 D 166 46 37
Octal 335 73 100 0 111 107 15 546 106 67
Binary 11011101 111011 1000000 0 1001001 1000111 1101 101100110 1000110 110111

Color Harmonies of #DD3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B40

Black with #DD3B40

Text Example


Text Example

White with #DD3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B40; }

 p { color: rgb(221,59,64); }

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

background-color css

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

 a { background-color: rgb(221,59,64); }

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

border-color css

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

 span { border-color: rgb(221,59,64); }

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