Html Css Color HEX #DF4445 Mahogany

📋 copy color: '#DF4445'

red 223 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #DF4445

Tints of Mahogany #DF4445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

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

R = 61.94%
G = 18.89%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF4445 (or 0xDF4445) is known color: Mahogany. HEX triplet: DF, 44 and 45. RGB value is (223,68,69). Sum of RGB (Red+Green+Blue) = 223+68+69=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4445 is #20BBBA. Grayscale: #727272. Windows color (decimal): -2145211 or 4539615. OLE color: 4539615.

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

Color convert

RGB 223 68 69 -
CMYK 0 0.70 0.69 0.13
HSL 359.61º 0.71% 0.57% -
HSV(B) 359.61º 0.7% 0.87% -
XYZ 33.57 20.25 7.77 -
YUV 114.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 223 68 69 0 0.70 0.69 0.13 359.61 0.71 0.57
Hex DF 44 45 0 46 45 D 168 47 39
Octal 337 104 105 0 106 105 15 550 107 71
Binary 11011111 1000100 1000101 0 1000110 1000101 1101 101101000 1000111 111001

Color Harmonies of #DF4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4445

Black with #DF4445

Text Example


Text Example

White with #DF4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4445; }

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

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

background-color css

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

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

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

border-color css

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

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

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