Html Css Color HEX #DF4042 Mahogany

📋 copy color: '#DF4042'

red 223 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #DF4042

Tints of Mahogany #DF4042

RGB

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

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

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

R = 63.17%
G = 18.13%
B = 18.7%

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

#DF4042 (or 0xDF4042) is known color: Mahogany. HEX triplet: DF, 40 and 42. RGB value is (223,64,66). Sum of RGB (Red+Green+Blue) = 223+64+66=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4042 is #20BFBD. Grayscale: #6F6F6F. Windows color (decimal): -2146238 or 4341983. OLE color: 4341983.

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

Color convert

RGB 223 64 66 -
CMYK 0 0.71 0.70 0.13
HSL 359.25º 0.71% 0.56% -
HSV(B) 359.25º 0.71% 0.87% -
XYZ 33.25 19.75 7.21 -
YUV 111.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 223 64 66 0 0.71 0.70 0.13 359.25 0.71 0.56
Hex DF 40 42 0 47 46 D 167 47 38
Octal 337 100 102 0 107 106 15 547 107 70
Binary 11011111 1000000 1000010 0 1000111 1000110 1101 101100111 1000111 111000

Color Harmonies of #DF4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4042

Black with #DF4042

Text Example


Text Example

White with #DF4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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