Html Css Color HEX #DC4245 Mahogany

📋 copy color: '#DC4245'

red 220 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #DC4245

Tints of Mahogany #DC4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 61.97%
G = 18.59%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4245 (or 0xDC4245) is known color: Mahogany. HEX triplet: DC, 42 and 45. RGB value is (220,66,69). Sum of RGB (Red+Green+Blue) = 220+66+69=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4245 is #23BDBA. Grayscale: #707070. Windows color (decimal): -2342331 or 4539100. OLE color: 4539100.

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

Color convert

RGB 220 66 69 -
CMYK 0 0.7 0.69 0.14
HSL 358.83º 0.69% 0.56% -
HSV(B) 358.83º 0.7% 0.86% -
XYZ 32.54 19.54 7.69 -
YUV 112.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 220 66 69 0 0.7 0.69 0.14 358.83 0.69 0.56
Hex DC 42 45 0 46 45 E 167 45 38
Octal 334 102 105 0 106 105 16 547 105 70
Binary 11011100 1000010 1000101 0 1000110 1000101 1110 101100111 1000101 111000

Color Harmonies of #DC4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4245

Black with #DC4245

Text Example


Text Example

White with #DC4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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