Html Css Color HEX #DC3B42 Mahogany

📋 copy color: '#DC3B42'

red 220 ◦ green 59 ◦ blue 66

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

Shades of Mahogany #DC3B42

Tints of Mahogany #DC3B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 63.77%
G = 17.1%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC3B42 (or 0xDC3B42) is known color: Mahogany. HEX triplet: DC, 3B and 42. RGB value is (220,59,66). Sum of RGB (Red+Green+Blue) = 220+59+66=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B42 is #23C4BD. Grayscale: #6C6C6C. Windows color (decimal): -2344126 or 4340700. OLE color: 4340700.

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

Color convert

RGB 220 59 66 -
CMYK 0 0.73 0.7 0.14
HSL 357.39º 0.7% 0.55% -
HSV(B) 357.39º 0.73% 0.86% -
XYZ 32.06 18.74 7.08 -
YUV 107.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 220 59 66 0 0.73 0.7 0.14 357.39 0.7 0.55
Hex DC 3B 42 0 49 46 E 165 46 37
Octal 334 73 102 0 111 106 16 545 106 67
Binary 11011100 111011 1000010 0 1001001 1000110 1110 101100101 1000110 110111

Color Harmonies of #DC3B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B42

Black with #DC3B42

Text Example


Text Example

White with #DC3B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B42; }

 p { color: rgb(220,59,66); }

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

background-color css

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

 a { background-color: rgb(220,59,66); }

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

border-color css

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

 span { border-color: rgb(220,59,66); }

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