Html Css Color HEX #DD393C Mahogany

📋 copy color: '#DD393C'

red 221 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #DD393C

Tints of Mahogany #DD393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 65.38%
G = 16.86%
B = 17.75%

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

#DD393C (or 0xDD393C) is known color: Mahogany. HEX triplet: DD, 39 and 3C. RGB value is (221,57,60). Sum of RGB (Red+Green+Blue) = 221+57+60=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD393C is #22C6C3. Grayscale: #6A6A6A. Windows color (decimal): -2279108 or 3946973. OLE color: 3946973.

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

Color convert

RGB 221 57 60 -
CMYK 0 0.74 0.73 0.13
HSL 358.9º 0.71% 0.55% -
HSV(B) 358.9º 0.74% 0.87% -
XYZ 32.1 18.62 6.18 -
YUV 106.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 221 57 60 0 0.74 0.73 0.13 358.9 0.71 0.55
Hex DD 39 3C 0 4A 49 D 167 47 37
Octal 335 71 74 0 112 111 15 547 107 67
Binary 11011101 111001 111100 0 1001010 1001001 1101 101100111 1000111 110111

Color Harmonies of #DD393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD393C

Black with #DD393C

Text Example


Text Example

White with #DD393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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