Html Css Color HEX #DC373A Mahogany

📋 copy color: '#DC373A'

red 220 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #DC373A

Tints of Mahogany #DC373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 66.07%
G = 16.52%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC373A (or 0xDC373A) is known color: Mahogany. HEX triplet: DC, 37 and 3A. RGB value is (220,55,58). Sum of RGB (Red+Green+Blue) = 220+55+58=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC373A is #23C8C5. Grayscale: #686868. Windows color (decimal): -2345158 or 3815388. OLE color: 3815388.

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

Color convert

RGB 220 55 58 -
CMYK 0 0.75 0.74 0.14
HSL 358.91º 0.7% 0.54% -
HSV(B) 358.91º 0.75% 0.86% -
XYZ 31.65 18.25 5.86 -
YUV 104.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 220 55 58 0 0.75 0.74 0.14 358.91 0.7 0.54
Hex DC 37 3A 0 4B 4A E 167 46 36
Octal 334 67 72 0 113 112 16 547 106 66
Binary 11011100 110111 111010 0 1001011 1001010 1110 101100111 1000110 110110

Color Harmonies of #DC373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC373A

Black with #DC373A

Text Example


Text Example

White with #DC373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC373A; }

 p { color: rgb(220,55,58); }

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

background-color css

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

 a { background-color: rgb(220,55,58); }

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

border-color css

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

 span { border-color: rgb(220,55,58); }

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