Html Css Color HEX #DF4044 Mahogany

📋 copy color: '#DF4044'

red 223 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #DF4044

Tints of Mahogany #DF4044

RGB

 RED value IS 223 (87.5% from 255) = 62.82%

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 62.82%
G = 18.03%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF4044 (or 0xDF4044) is known color: Mahogany. HEX triplet: DF, 40 and 44. RGB value is (223,64,68). Sum of RGB (Red+Green+Blue) = 223+64+68=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4044 is #20BFBB. Grayscale: #707070. Windows color (decimal): -2146236 or 4473055. OLE color: 4473055.

HSL color Cylindrical-coordinate representation of color #DF4044: hue angle of 358.49º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4044 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 68 -
CMYK 0 0.71 0.70 0.13
HSL 358.49º 0.71% 0.56% -
HSV(B) 358.49º 0.71% 0.87% -
XYZ 33.31 19.77 7.53 -
YUV 112 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 223 64 68 0 0.71 0.70 0.13 358.49 0.71 0.56
Hex DF 40 44 0 47 46 D 166 47 38
Octal 337 100 104 0 107 106 15 546 107 70
Binary 11011111 1000000 1000100 0 1000111 1000110 1101 101100110 1000111 111000

Color Harmonies of #DF4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4044

Black with #DF4044

Text Example


Text Example

White with #DF4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4044; }

 p { color: rgb(223,64,68); }

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

background-color css

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

 a { background-color: rgb(223,64,68); }

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

border-color css

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

 span { border-color: rgb(223,64,68); }

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