Html Css Color HEX #DD3A40 Mahogany

📋 copy color: '#DD3A40'

red 221 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #DD3A40

Tints of Mahogany #DD3A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 64.43%
G = 16.91%
B = 18.66%

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

#DD3A40 (or 0xDD3A40) is known color: Mahogany. HEX triplet: DD, 3A and 40. RGB value is (221,58,64). Sum of RGB (Red+Green+Blue) = 221+58+64=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A40 is #22C5BF. Grayscale: #6B6B6B. Windows color (decimal): -2278848 or 4209373. OLE color: 4209373.

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

Color convert

RGB 221 58 64 -
CMYK 0 0.74 0.71 0.13
HSL 357.79º 0.71% 0.55% -
HSV(B) 357.79º 0.74% 0.87% -
XYZ 32.26 18.77 6.77 -
YUV 107.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 221 58 64 0 0.74 0.71 0.13 357.79 0.71 0.55
Hex DD 3A 40 0 4A 47 D 166 47 37
Octal 335 72 100 0 112 107 15 546 107 67
Binary 11011101 111010 1000000 0 1001010 1000111 1101 101100110 1000111 110111

Color Harmonies of #DD3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A40

Black with #DD3A40

Text Example


Text Example

White with #DD3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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