Html Css Color HEX #DC3943 Mahogany

📋 copy color: '#DC3943'

red 220 ◦ green 57 ◦ blue 67

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

Shades of Mahogany #DC3943

Tints of Mahogany #DC3943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

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

R = 63.95%
G = 16.57%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3943 (or 0xDC3943) is known color: Mahogany. HEX triplet: DC, 39 and 43. RGB value is (220,57,67). Sum of RGB (Red+Green+Blue) = 220+57+67=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3943 is #23C6BC. Grayscale: #6B6B6B. Windows color (decimal): -2344637 or 4405724. OLE color: 4405724.

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

Color convert

RGB 220 57 67 -
CMYK 0 0.74 0.70 0.14
HSL 356.32º 0.7% 0.54% -
HSV(B) 356.32º 0.74% 0.86% -
XYZ 31.99 18.55 7.2 -
YUV 106.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 220 57 67 0 0.74 0.70 0.14 356.32 0.7 0.54
Hex DC 39 43 0 4A 46 E 164 46 36
Octal 334 71 103 0 112 106 16 544 106 66
Binary 11011100 111001 1000011 0 1001010 1000110 1110 101100100 1000110 110110

Color Harmonies of #DC3943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3943

Black with #DC3943

Text Example


Text Example

White with #DC3943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3943; }

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

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

background-color css

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

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

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

border-color css

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

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

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