Html Css Color HEX #DD3A41 Mahogany

📋 copy color: '#DD3A41'

red 221 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #DD3A41

Tints of Mahogany #DD3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 64.24%
G = 16.86%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3A41 (or 0xDD3A41) is known color: Mahogany. HEX triplet: DD, 3A and 41. RGB value is (221,58,65). Sum of RGB (Red+Green+Blue) = 221+58+65=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A41 is #22C5BE. Grayscale: #6B6B6B. Windows color (decimal): -2278847 or 4274909. OLE color: 4274909.

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

Color convert

RGB 221 58 65 -
CMYK 0 0.74 0.71 0.13
HSL 357.42º 0.71% 0.55% -
HSV(B) 357.42º 0.74% 0.87% -
XYZ 32.29 18.78 6.92 -
YUV 107.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 221 58 65 0 0.74 0.71 0.13 357.42 0.71 0.55
Hex DD 3A 41 0 4A 47 D 165 47 37
Octal 335 72 101 0 112 107 15 545 107 67
Binary 11011101 111010 1000001 0 1001010 1000111 1101 101100101 1000111 110111

Color Harmonies of #DD3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A41

Black with #DD3A41

Text Example


Text Example

White with #DD3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A41; }

 p { color: rgb(221,58,65); }

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

background-color css

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

 a { background-color: rgb(221,58,65); }

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

border-color css

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

 span { border-color: rgb(221,58,65); }

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