Html Css Color HEX #DD3F45 Mahogany

📋 copy color: '#DD3F45'

red 221 ◦ green 63 ◦ blue 69

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

Shades of Mahogany #DD3F45

Tints of Mahogany #DD3F45

RGB

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

 GREEN value IS 63 (25% from 255) = 17.85%

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

R = 62.61%
G = 17.85%
B = 19.55%

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

#DD3F45 (or 0xDD3F45) is known color: Mahogany. HEX triplet: DD, 3F and 45. RGB value is (221,63,69). Sum of RGB (Red+Green+Blue) = 221+63+69=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F45 is #22C0BA. Grayscale: #6F6F6F. Windows color (decimal): -2277563 or 4538333. OLE color: 4538333.

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

Color convert

RGB 221 63 69 -
CMYK 0 0.71 0.69 0.13
HSL 357.72º 0.7% 0.56% -
HSV(B) 357.72º 0.71% 0.87% -
XYZ 32.67 19.36 7.64 -
YUV 110.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 221 63 69 0 0.71 0.69 0.13 357.72 0.7 0.56
Hex DD 3F 45 0 47 45 D 166 46 38
Octal 335 77 105 0 107 105 15 546 106 70
Binary 11011101 111111 1000101 0 1000111 1000101 1101 101100110 1000110 111000

Color Harmonies of #DD3F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F45

Black with #DD3F45

Text Example


Text Example

White with #DD3F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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