Html Css Color HEX #DD4045 Mahogany

📋 copy color: '#DD4045'

red 221 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #DD4045

Tints of Mahogany #DD4045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 62.43%
G = 18.08%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4045 (or 0xDD4045) is known color: Mahogany. HEX triplet: DD, 40 and 45. RGB value is (221,64,69). Sum of RGB (Red+Green+Blue) = 221+64+69=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4045 is #22BFBA. Grayscale: #6F6F6F. Windows color (decimal): -2277307 or 4538589. OLE color: 4538589.

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

Color convert

RGB 221 64 69 -
CMYK 0 0.71 0.69 0.13
HSL 358.09º 0.7% 0.56% -
HSV(B) 358.09º 0.71% 0.87% -
XYZ 32.73 19.47 7.66 -
YUV 111.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 221 64 69 0 0.71 0.69 0.13 358.09 0.7 0.56
Hex DD 40 45 0 47 45 D 166 46 38
Octal 335 100 105 0 107 105 15 546 106 70
Binary 11011101 1000000 1000101 0 1000111 1000101 1101 101100110 1000110 111000

Color Harmonies of #DD4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4045

Black with #DD4045

Text Example


Text Example

White with #DD4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4045; }

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

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

background-color css

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

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

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

border-color css

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

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

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