Html Css Color HEX #DC3F41 Mahogany

📋 copy color: '#DC3F41'

red 220 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #DC3F41

Tints of Mahogany #DC3F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 63.22%
G = 18.1%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3F41 (or 0xDC3F41) is known color: Mahogany. HEX triplet: DC, 3F and 41. RGB value is (220,63,65). Sum of RGB (Red+Green+Blue) = 220+63+65=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F41 is #23C0BE. Grayscale: #6E6E6E. Windows color (decimal): -2343103 or 4276188. OLE color: 4276188.

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

Color convert

RGB 220 63 65 -
CMYK 0 0.71 0.70 0.14
HSL 359.24º 0.69% 0.55% -
HSV(B) 359.24º 0.71% 0.86% -
XYZ 32.25 19.15 7 -
YUV 110.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 220 63 65 0 0.71 0.70 0.14 359.24 0.69 0.55
Hex DC 3F 41 0 47 46 E 167 45 37
Octal 334 77 101 0 107 106 16 547 105 67
Binary 11011100 111111 1000001 0 1000111 1000110 1110 101100111 1000101 110111

Color Harmonies of #DC3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F41

Black with #DC3F41

Text Example


Text Example

White with #DC3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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