Html Css Color HEX #DD3E43 Mahogany

📋 copy color: '#DD3E43'

red 221 ◦ green 62 ◦ blue 67

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

Shades of Mahogany #DD3E43

Tints of Mahogany #DD3E43

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 63.14%
G = 17.71%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3E43 (or 0xDD3E43) is known color: Mahogany. HEX triplet: DD, 3E and 43. RGB value is (221,62,67). Sum of RGB (Red+Green+Blue) = 221+62+67=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E43 is #22C1BC. Grayscale: #6E6E6E. Windows color (decimal): -2277821 or 4407005. OLE color: 4407005.

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

Color convert

RGB 221 62 67 -
CMYK 0 0.72 0.70 0.13
HSL 358.11º 0.7% 0.55% -
HSV(B) 358.11º 0.72% 0.87% -
XYZ 32.55 19.22 7.3 -
YUV 110.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 221 62 67 0 0.72 0.70 0.13 358.11 0.7 0.55
Hex DD 3E 43 0 48 46 D 166 46 37
Octal 335 76 103 0 110 106 15 546 106 67
Binary 11011101 111110 1000011 0 1001000 1000110 1101 101100110 1000110 110111

Color Harmonies of #DD3E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E43

Black with #DD3E43

Text Example


Text Example

White with #DD3E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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