Html Css Color HEX #DD3C43 Mahogany

📋 copy color: '#DD3C43'

red 221 ◦ green 60 ◦ blue 67

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

Shades of Mahogany #DD3C43

Tints of Mahogany #DD3C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

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

R = 63.51%
G = 17.24%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3C43 (or 0xDD3C43) is known color: Mahogany. HEX triplet: DD, 3C and 43. RGB value is (221,60,67). Sum of RGB (Red+Green+Blue) = 221+60+67=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C43 is #22C3BC. Grayscale: #6D6D6D. Windows color (decimal): -2278333 or 4406493. OLE color: 4406493.

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

Color convert

RGB 221 60 67 -
CMYK 0 0.73 0.70 0.13
HSL 357.39º 0.7% 0.55% -
HSV(B) 357.39º 0.73% 0.87% -
XYZ 32.45 19.01 7.27 -
YUV 108.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 221 60 67 0 0.73 0.70 0.13 357.39 0.7 0.55
Hex DD 3C 43 0 49 46 D 165 46 37
Octal 335 74 103 0 111 106 15 545 106 67
Binary 11011101 111100 1000011 0 1001001 1000110 1101 101100101 1000110 110111

Color Harmonies of #DD3C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C43

Black with #DD3C43

Text Example


Text Example

White with #DD3C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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