Html Css Color HEX #DC3F42 Mahogany

📋 copy color: '#DC3F42'

red 220 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #DC3F42

Tints of Mahogany #DC3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 63.04%
G = 18.05%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC3F42 (or 0xDC3F42) is known color: Mahogany. HEX triplet: DC, 3F and 42. RGB value is (220,63,66). Sum of RGB (Red+Green+Blue) = 220+63+66=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F42 is #23C0BD. Grayscale: #6E6E6E. Windows color (decimal): -2343102 or 4341724. OLE color: 4341724.

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

Color convert

RGB 220 63 66 -
CMYK 0 0.71 0.7 0.14
HSL 358.85º 0.69% 0.55% -
HSV(B) 358.85º 0.71% 0.86% -
XYZ 32.28 19.16 7.15 -
YUV 110.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 220 63 66 0 0.71 0.7 0.14 358.85 0.69 0.55
Hex DC 3F 42 0 47 46 E 167 45 37
Octal 334 77 102 0 107 106 16 547 105 67
Binary 11011100 111111 1000010 0 1000111 1000110 1110 101100111 1000101 110111

Color Harmonies of #DC3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F42

Black with #DC3F42

Text Example


Text Example

White with #DC3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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