Html Css Color HEX #DD4446 Mahogany

📋 copy color: '#DD4446'

red 221 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #DD4446

Tints of Mahogany #DD4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.94%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 61.56%
G = 18.94%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4446 (or 0xDD4446) is known color: Mahogany. HEX triplet: DD, 44 and 46. RGB value is (221,68,70). Sum of RGB (Red+Green+Blue) = 221+68+70=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4446 is #22BBB9. Grayscale: #727272. Windows color (decimal): -2276282 or 4605149. OLE color: 4605149.

HSL color Cylindrical-coordinate representation of color #DD4446: hue angle of 359.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4446 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 70 -
CMYK 0 0.69 0.68 0.13
HSL 359.22º 0.69% 0.57% -
HSV(B) 359.22º 0.69% 0.87% -
XYZ 32.99 19.95 7.91 -
YUV 113.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 221 68 70 0 0.69 0.68 0.13 359.22 0.69 0.57
Hex DD 44 46 0 45 44 D 167 45 39
Octal 335 104 106 0 105 104 15 547 105 71
Binary 11011101 1000100 1000110 0 1000101 1000100 1101 101100111 1000101 111001

Color Harmonies of #DD4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4446

Black with #DD4446

Text Example


Text Example

White with #DD4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4446; }

 p { color: rgb(221,68,70); }

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

background-color css

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

 a { background-color: rgb(221,68,70); }

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

border-color css

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

 span { border-color: rgb(221,68,70); }

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