Html Css Color HEX #DC393D Mahogany

📋 copy color: '#DC393D'

red 220 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #DC393D

Tints of Mahogany #DC393D

RGB

 RED value IS 220 (86.33% from 255) = 65.09%

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 65.09%
G = 16.86%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC393D (or 0xDC393D) is known color: Mahogany. HEX triplet: DC, 39 and 3D. RGB value is (220,57,61). Sum of RGB (Red+Green+Blue) = 220+57+61=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC393D is #23C6C2. Grayscale: #6A6A6A. Windows color (decimal): -2344643 or 4012508. OLE color: 4012508.

HSL color Cylindrical-coordinate representation of color #DC393D: hue angle of 358.53º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC393D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 61 -
CMYK 0 0.74 0.72 0.14
HSL 358.53º 0.7% 0.54% -
HSV(B) 358.53º 0.74% 0.86% -
XYZ 31.82 18.48 6.3 -
YUV 106.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 220 57 61 0 0.74 0.72 0.14 358.53 0.7 0.54
Hex DC 39 3D 0 4A 48 E 167 46 36
Octal 334 71 75 0 112 110 16 547 106 66
Binary 11011100 111001 111101 0 1001010 1001000 1110 101100111 1000110 110110

Color Harmonies of #DC393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC393D

Black with #DC393D

Text Example


Text Example

White with #DC393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC393D; }

 p { color: rgb(220,57,61); }

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

background-color css

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

 a { background-color: rgb(220,57,61); }

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

border-color css

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

 span { border-color: rgb(220,57,61); }

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