Html Css Color HEX #DD3E41 Mahogany

📋 copy color: '#DD3E41'

red 221 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #DD3E41

Tints of Mahogany #DD3E41

RGB

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

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

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

R = 63.51%
G = 17.82%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3E41 (or 0xDD3E41) is known color: Mahogany. HEX triplet: DD, 3E and 41. RGB value is (221,62,65). Sum of RGB (Red+Green+Blue) = 221+62+65=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E41 is #22C1BE. Grayscale: #6E6E6E. Windows color (decimal): -2277823 or 4275933. OLE color: 4275933.

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

Color convert

RGB 221 62 65 -
CMYK 0 0.72 0.71 0.13
HSL 358.87º 0.7% 0.55% -
HSV(B) 358.87º 0.72% 0.87% -
XYZ 32.5 19.2 6.99 -
YUV 109.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 221 62 65 0 0.72 0.71 0.13 358.87 0.7 0.55
Hex DD 3E 41 0 48 47 D 167 46 37
Octal 335 76 101 0 110 107 15 547 106 67
Binary 11011101 111110 1000001 0 1001000 1000111 1101 101100111 1000110 110111

Color Harmonies of #DD3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E41

Black with #DD3E41

Text Example


Text Example

White with #DD3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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