Html Css Color HEX #DD393F Mahogany

📋 copy color: '#DD393F'

red 221 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #DD393F

Tints of Mahogany #DD393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 64.81%
G = 16.72%
B = 18.48%

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

#DD393F (or 0xDD393F) is known color: Mahogany. HEX triplet: DD, 39 and 3F. RGB value is (221,57,63). Sum of RGB (Red+Green+Blue) = 221+57+63=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD393F is #22C6C0. Grayscale: #6A6A6A. Windows color (decimal): -2279105 or 4143581. OLE color: 4143581.

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

Color convert

RGB 221 57 63 -
CMYK 0 0.74 0.71 0.13
HSL 357.8º 0.71% 0.55% -
HSV(B) 357.8º 0.74% 0.87% -
XYZ 32.18 18.66 6.61 -
YUV 106.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 221 57 63 0 0.74 0.71 0.13 357.8 0.71 0.55
Hex DD 39 3F 0 4A 47 D 166 47 37
Octal 335 71 77 0 112 107 15 546 107 67
Binary 11011101 111001 111111 0 1001010 1000111 1101 101100110 1000111 110111

Color Harmonies of #DD393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD393F

Black with #DD393F

Text Example


Text Example

White with #DD393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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