Html Css Color HEX #DC3C42 Mahogany

📋 copy color: '#DC3C42'

red 220 ◦ green 60 ◦ blue 66

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

Shades of Mahogany #DC3C42

Tints of Mahogany #DC3C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.34%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 63.58%
G = 17.34%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC3C42 (or 0xDC3C42) is known color: Mahogany. HEX triplet: DC, 3C and 42. RGB value is (220,60,66). Sum of RGB (Red+Green+Blue) = 220+60+66=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C42 is #23C3BD. Grayscale: #6C6C6C. Windows color (decimal): -2343870 or 4340956. OLE color: 4340956.

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

Color convert

RGB 220 60 66 -
CMYK 0 0.73 0.7 0.14
HSL 357.75º 0.7% 0.55% -
HSV(B) 357.75º 0.73% 0.86% -
XYZ 32.11 18.84 7.1 -
YUV 108.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 220 60 66 0 0.73 0.7 0.14 357.75 0.7 0.55
Hex DC 3C 42 0 49 46 E 166 46 37
Octal 334 74 102 0 111 106 16 546 106 67
Binary 11011100 111100 1000010 0 1001001 1000110 1110 101100110 1000110 110111

Color Harmonies of #DC3C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C42

Black with #DC3C42

Text Example


Text Example

White with #DC3C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C42; }

 p { color: rgb(220,60,66); }

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

background-color css

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

 a { background-color: rgb(220,60,66); }

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

border-color css

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

 span { border-color: rgb(220,60,66); }

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