Html Css Color HEX #DC3638 Mahogany

📋 copy color: '#DC3638'

red 220 ◦ green 54 ◦ blue 56

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

Shades of Mahogany #DC3638

Tints of Mahogany #DC3638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 66.67%
G = 16.36%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC3638 (or 0xDC3638) is known color: Mahogany. HEX triplet: DC, 36 and 38. RGB value is (220,54,56). Sum of RGB (Red+Green+Blue) = 220+54+56=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3638 is #23C9C7. Grayscale: #686868. Windows color (decimal): -2345416 or 3684060. OLE color: 3684060.

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

Color convert

RGB 220 54 56 -
CMYK 0 0.75 0.75 0.14
HSL 359.28º 0.7% 0.54% -
HSV(B) 359.28º 0.75% 0.86% -
XYZ 31.55 18.14 5.58 -
YUV 103.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 220 54 56 0 0.75 0.75 0.14 359.28 0.7 0.54
Hex DC 36 38 0 4B 4B E 167 46 36
Octal 334 66 70 0 113 113 16 547 106 66
Binary 11011100 110110 111000 0 1001011 1001011 1110 101100111 1000110 110110

Color Harmonies of #DC3638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3638

Black with #DC3638

Text Example


Text Example

White with #DC3638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3638; }

 p { color: rgb(220,54,56); }

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

background-color css

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

 a { background-color: rgb(220,54,56); }

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

border-color css

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

 span { border-color: rgb(220,54,56); }

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