Html Css Color HEX #DC3E41 Mahogany

📋 copy color: '#DC3E41'

red 220 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #DC3E41

Tints of Mahogany #DC3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

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

R = 63.4%
G = 17.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3E41 (or 0xDC3E41) is known color: Mahogany. HEX triplet: DC, 3E and 41. RGB value is (220,62,65). Sum of RGB (Red+Green+Blue) = 220+62+65=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E41 is #23C1BE. Grayscale: #6D6D6D. Windows color (decimal): -2343359 or 4275932. OLE color: 4275932.

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

Color convert

RGB 220 62 65 -
CMYK 0 0.72 0.70 0.14
HSL 358.86º 0.69% 0.55% -
HSV(B) 358.86º 0.72% 0.86% -
XYZ 32.19 19.04 6.98 -
YUV 109.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 220 62 65 0 0.72 0.70 0.14 358.86 0.69 0.55
Hex DC 3E 41 0 48 46 E 167 45 37
Octal 334 76 101 0 110 106 16 547 105 67
Binary 11011100 111110 1000001 0 1001000 1000110 1110 101100111 1000101 110111

Color Harmonies of #DC3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E41

Black with #DC3E41

Text Example


Text Example

White with #DC3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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