Html Css Color HEX #DD3B42 Mahogany

📋 copy color: '#DD3B42'

red 221 ◦ green 59 ◦ blue 66

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

Shades of Mahogany #DD3B42

Tints of Mahogany #DD3B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.05%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 63.87%
G = 17.05%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3B42 (or 0xDD3B42) is known color: Mahogany. HEX triplet: DD, 3B and 42. RGB value is (221,59,66). Sum of RGB (Red+Green+Blue) = 221+59+66=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B42 is #22C4BD. Grayscale: #6C6C6C. Windows color (decimal): -2278590 or 4340701. OLE color: 4340701.

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

Color convert

RGB 221 59 66 -
CMYK 0 0.73 0.70 0.13
HSL 357.41º 0.7% 0.55% -
HSV(B) 357.41º 0.73% 0.87% -
XYZ 32.37 18.89 7.1 -
YUV 108.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 221 59 66 0 0.73 0.70 0.13 357.41 0.7 0.55
Hex DD 3B 42 0 49 46 D 165 46 37
Octal 335 73 102 0 111 106 15 545 106 67
Binary 11011101 111011 1000010 0 1001001 1000110 1101 101100101 1000110 110111

Color Harmonies of #DD3B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B42

Black with #DD3B42

Text Example


Text Example

White with #DD3B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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