Html Css Color HEX #DC3F43 Mahogany

📋 copy color: '#DC3F43'

red 220 ◦ green 63 ◦ blue 67

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

Shades of Mahogany #DC3F43

Tints of Mahogany #DC3F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 62.86%
G = 18%
B = 19.14%

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

#DC3F43 (or 0xDC3F43) is known color: Mahogany. HEX triplet: DC, 3F and 43. RGB value is (220,63,67). Sum of RGB (Red+Green+Blue) = 220+63+67=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F43 is #23C0BC. Grayscale: #6E6E6E. Windows color (decimal): -2343101 or 4407260. OLE color: 4407260.

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

Color convert

RGB 220 63 67 -
CMYK 0 0.71 0.70 0.14
HSL 358.47º 0.69% 0.55% -
HSV(B) 358.47º 0.71% 0.86% -
XYZ 32.31 19.18 7.31 -
YUV 110.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 220 63 67 0 0.71 0.70 0.14 358.47 0.69 0.55
Hex DC 3F 43 0 47 46 E 166 45 37
Octal 334 77 103 0 107 106 16 546 105 67
Binary 11011100 111111 1000011 0 1000111 1000110 1110 101100110 1000101 110111

Color Harmonies of #DC3F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F43

Black with #DC3F43

Text Example


Text Example

White with #DC3F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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