Html Css Color HEX #DC3941 Mahogany

📋 copy color: '#DC3941'

red 220 ◦ green 57 ◦ blue 65

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

Shades of Mahogany #DC3941

Tints of Mahogany #DC3941

RGB

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

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

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

R = 64.33%
G = 16.67%
B = 19.01%

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

#DC3941 (or 0xDC3941) is known color: Mahogany. HEX triplet: DC, 39 and 41. RGB value is (220,57,65). Sum of RGB (Red+Green+Blue) = 220+57+65=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3941 is #23C6BE. Grayscale: #6A6A6A. Windows color (decimal): -2344639 or 4274652. OLE color: 4274652.

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

Color convert

RGB 220 57 65 -
CMYK 0 0.74 0.70 0.14
HSL 357.06º 0.7% 0.54% -
HSV(B) 357.06º 0.74% 0.86% -
XYZ 31.93 18.52 6.89 -
YUV 106.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 220 57 65 0 0.74 0.70 0.14 357.06 0.7 0.54
Hex DC 39 41 0 4A 46 E 165 46 36
Octal 334 71 101 0 112 106 16 545 106 66
Binary 11011100 111001 1000001 0 1001010 1000110 1110 101100101 1000110 110110

Color Harmonies of #DC3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3941

Black with #DC3941

Text Example


Text Example

White with #DC3941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3941; }

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

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

background-color css

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

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

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

border-color css

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

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

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