Html Css Color HEX #DD3D43 Mahogany

📋 copy color: '#DD3D43'

red 221 ◦ green 61 ◦ blue 67

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

Shades of Mahogany #DD3D43

Tints of Mahogany #DD3D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 63.32%
G = 17.48%
B = 19.2%

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

#DD3D43 (or 0xDD3D43) is known color: Mahogany. HEX triplet: DD, 3D and 43. RGB value is (221,61,67). Sum of RGB (Red+Green+Blue) = 221+61+67=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D43 is #22C2BC. Grayscale: #6D6D6D. Windows color (decimal): -2278077 or 4406749. OLE color: 4406749.

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

Color convert

RGB 221 61 67 -
CMYK 0 0.72 0.70 0.13
HSL 357.75º 0.7% 0.55% -
HSV(B) 357.75º 0.72% 0.87% -
XYZ 32.5 19.11 7.29 -
YUV 109.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 221 61 67 0 0.72 0.70 0.13 357.75 0.7 0.55
Hex DD 3D 43 0 48 46 D 166 46 37
Octal 335 75 103 0 110 106 15 546 106 67
Binary 11011101 111101 1000011 0 1001000 1000110 1101 101100110 1000110 110111

Color Harmonies of #DD3D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D43

Black with #DD3D43

Text Example


Text Example

White with #DD3D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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