Html Css Color HEX #DD4043 Mahogany

📋 copy color: '#DD4043'

red 221 ◦ green 64 ◦ blue 67

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

Shades of Mahogany #DD4043

Tints of Mahogany #DD4043

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 62.78%
G = 18.18%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4043 (or 0xDD4043) is known color: Mahogany. HEX triplet: DD, 40 and 43. RGB value is (221,64,67). Sum of RGB (Red+Green+Blue) = 221+64+67=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4043 is #22BFBC. Grayscale: #6F6F6F. Windows color (decimal): -2277309 or 4407517. OLE color: 4407517.

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

Color convert

RGB 221 64 67 -
CMYK 0 0.71 0.70 0.13
HSL 358.85º 0.7% 0.56% -
HSV(B) 358.85º 0.71% 0.87% -
XYZ 32.67 19.44 7.34 -
YUV 111.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 221 64 67 0 0.71 0.70 0.13 358.85 0.7 0.56
Hex DD 40 43 0 47 46 D 167 46 38
Octal 335 100 103 0 107 106 15 547 106 70
Binary 11011101 1000000 1000011 0 1000111 1000110 1101 101100111 1000110 111000

Color Harmonies of #DD4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4043

Black with #DD4043

Text Example


Text Example

White with #DD4043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4043; }

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

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

background-color css

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

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

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

border-color css

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

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

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