Html Css Color HEX #DC3D3F Mahogany

📋 copy color: '#DC3D3F'

red 220 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #DC3D3F

Tints of Mahogany #DC3D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 63 (25% from 255) = 18.31%

R = 63.95%
G = 17.73%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC3D3F (or 0xDC3D3F) is known color: Mahogany. HEX triplet: DC, 3D and 3F. RGB value is (220,61,63). Sum of RGB (Red+Green+Blue) = 220+61+63=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D3F is #23C2C0. Grayscale: #6C6C6C. Windows color (decimal): -2343617 or 4144604. OLE color: 4144604.

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

Color convert

RGB 220 61 63 -
CMYK 0 0.72 0.71 0.14
HSL 359.25º 0.69% 0.55% -
HSV(B) 359.25º 0.72% 0.86% -
XYZ 32.08 18.91 6.66 -
YUV 108.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 220 61 63 0 0.72 0.71 0.14 359.25 0.69 0.55
Hex DC 3D 3F 0 48 47 E 167 45 37
Octal 334 75 77 0 110 107 16 547 105 67
Binary 11011100 111101 111111 0 1001000 1000111 1110 101100111 1000101 110111

Color Harmonies of #DC3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D3F

Black with #DC3D3F

Text Example


Text Example

White with #DC3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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