Html Css Color HEX #DF4244 Mahogany

📋 copy color: '#DF4244'

red 223 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #DF4244

Tints of Mahogany #DF4244

RGB

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

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

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

R = 62.46%
G = 18.49%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF4244 (or 0xDF4244) is known color: Mahogany. HEX triplet: DF, 42 and 44. RGB value is (223,66,68). Sum of RGB (Red+Green+Blue) = 223+66+68=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4244 is #20BDBB. Grayscale: #717171. Windows color (decimal): -2145724 or 4473567. OLE color: 4473567.

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

Color convert

RGB 223 66 68 -
CMYK 0 0.70 0.70 0.13
HSL 359.24º 0.71% 0.57% -
HSV(B) 359.24º 0.7% 0.87% -
XYZ 33.42 20 7.57 -
YUV 113.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 223 66 68 0 0.70 0.70 0.13 359.24 0.71 0.57
Hex DF 42 44 0 46 46 D 167 47 39
Octal 337 102 104 0 106 106 15 547 107 71
Binary 11011111 1000010 1000100 0 1000110 1000110 1101 101100111 1000111 111001

Color Harmonies of #DF4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4244

Black with #DF4244

Text Example


Text Example

White with #DF4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4244; }

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

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

background-color css

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

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

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

border-color css

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

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

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