Html Css Color HEX #DC393A Mahogany

📋 copy color: '#DC393A'

red 220 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #DC393A

Tints of Mahogany #DC393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 65.67%
G = 17.01%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC393A (or 0xDC393A) is known color: Mahogany. HEX triplet: DC, 39 and 3A. RGB value is (220,57,58). Sum of RGB (Red+Green+Blue) = 220+57+58=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC393A is #23C6C5. Grayscale: #6A6A6A. Windows color (decimal): -2344646 or 3815900. OLE color: 3815900.

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

Color convert

RGB 220 57 58 -
CMYK 0 0.74 0.74 0.14
HSL 359.63º 0.7% 0.54% -
HSV(B) 359.63º 0.74% 0.86% -
XYZ 31.74 18.45 5.89 -
YUV 105.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 220 57 58 0 0.74 0.74 0.14 359.63 0.7 0.54
Hex DC 39 3A 0 4A 4A E 168 46 36
Octal 334 71 72 0 112 112 16 550 106 66
Binary 11011100 111001 111010 0 1001010 1001010 1110 101101000 1000110 110110

Color Harmonies of #DC393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC393A

Black with #DC393A

Text Example


Text Example

White with #DC393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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