Html Css Color HEX #DF4245 Mahogany

📋 copy color: '#DF4245'

red 223 ◦ green 66 ◦ blue 69

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

Shades of Mahogany #DF4245

Tints of Mahogany #DF4245

RGB

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

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

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

R = 62.29%
G = 18.44%
B = 19.27%

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

#DF4245 (or 0xDF4245) is known color: Mahogany. HEX triplet: DF, 42 and 45. RGB value is (223,66,69). Sum of RGB (Red+Green+Blue) = 223+66+69=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4245 is #20BDBA. Grayscale: #717171. Windows color (decimal): -2145723 or 4539103. OLE color: 4539103.

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

Color convert

RGB 223 66 69 -
CMYK 0 0.70 0.69 0.13
HSL 358.85º 0.71% 0.57% -
HSV(B) 358.85º 0.7% 0.87% -
XYZ 33.45 20.01 7.73 -
YUV 113.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 223 66 69 0 0.70 0.69 0.13 358.85 0.71 0.57
Hex DF 42 45 0 46 45 D 167 47 39
Octal 337 102 105 0 106 105 15 547 107 71
Binary 11011111 1000010 1000101 0 1000110 1000101 1101 101100111 1000111 111001

Color Harmonies of #DF4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4245

Black with #DF4245

Text Example


Text Example

White with #DF4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4245; }

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

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

background-color css

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

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

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

border-color css

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

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

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