Html Css Color HEX #DD3F42 Mahogany

📋 copy color: '#DD3F42'

red 221 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #DD3F42

Tints of Mahogany #DD3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 63.14%
G = 18%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3F42 (or 0xDD3F42) is known color: Mahogany. HEX triplet: DD, 3F and 42. RGB value is (221,63,66). Sum of RGB (Red+Green+Blue) = 221+63+66=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F42 is #22C0BD. Grayscale: #6E6E6E. Windows color (decimal): -2277566 or 4341725. OLE color: 4341725.

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

Color convert

RGB 221 63 66 -
CMYK 0 0.71 0.70 0.13
HSL 358.86º 0.7% 0.56% -
HSV(B) 358.86º 0.71% 0.87% -
XYZ 32.58 19.32 7.17 -
YUV 110.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 221 63 66 0 0.71 0.70 0.13 358.86 0.7 0.56
Hex DD 3F 42 0 47 46 D 167 46 38
Octal 335 77 102 0 107 106 15 547 106 70
Binary 11011101 111111 1000010 0 1000111 1000110 1101 101100111 1000110 111000

Color Harmonies of #DD3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F42

Black with #DD3F42

Text Example


Text Example

White with #DD3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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