Html Css Color HEX #DD393E Mahogany

📋 copy color: '#DD393E'

red 221 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #DD393E

Tints of Mahogany #DD393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 65%
G = 16.76%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD393E (or 0xDD393E) is known color: Mahogany. HEX triplet: DD, 39 and 3E. RGB value is (221,57,62). Sum of RGB (Red+Green+Blue) = 221+57+62=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD393E is #22C6C1. Grayscale: #6A6A6A. Windows color (decimal): -2279106 or 4078045. OLE color: 4078045.

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

Color convert

RGB 221 57 62 -
CMYK 0 0.74 0.72 0.13
HSL 358.17º 0.71% 0.55% -
HSV(B) 358.17º 0.74% 0.87% -
XYZ 32.15 18.65 6.46 -
YUV 106.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 221 57 62 0 0.74 0.72 0.13 358.17 0.71 0.55
Hex DD 39 3E 0 4A 48 D 166 47 37
Octal 335 71 76 0 112 110 15 546 107 67
Binary 11011101 111001 111110 0 1001010 1001000 1101 101100110 1000111 110111

Color Harmonies of #DD393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD393E

Black with #DD393E

Text Example


Text Example

White with #DD393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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