Html Css Color HEX #DD3A3B Mahogany

📋 copy color: '#DD3A3B'

red 221 ◦ green 58 ◦ blue 59

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

Shades of Mahogany #DD3A3B

Tints of Mahogany #DD3A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 65.38%
G = 17.16%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD3A3B (or 0xDD3A3B) is known color: Mahogany. HEX triplet: DD, 3A and 3B. RGB value is (221,58,59). Sum of RGB (Red+Green+Blue) = 221+58+59=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A3B is #22C5C4. Grayscale: #6B6B6B. Windows color (decimal): -2278853 or 3881693. OLE color: 3881693.

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

Color convert

RGB 221 58 59 -
CMYK 0 0.74 0.73 0.13
HSL 359.63º 0.71% 0.55% -
HSV(B) 359.63º 0.74% 0.87% -
XYZ 32.12 18.71 6.06 -
YUV 106.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 221 58 59 0 0.74 0.73 0.13 359.63 0.71 0.55
Hex DD 3A 3B 0 4A 49 D 168 47 37
Octal 335 72 73 0 112 111 15 550 107 67
Binary 11011101 111010 111011 0 1001010 1001001 1101 101101000 1000111 110111

Color Harmonies of #DD3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A3B

Black with #DD3A3B

Text Example


Text Example

White with #DD3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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