Html Css Color HEX #DF3E40 Mahogany

📋 copy color: '#DF3E40'

red 223 ◦ green 62 ◦ blue 64

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

Shades of Mahogany #DF3E40

Tints of Mahogany #DF3E40

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 63.9%
G = 17.77%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF3E40 (or 0xDF3E40) is known color: Mahogany. HEX triplet: DF, 3E and 40. RGB value is (223,62,64). Sum of RGB (Red+Green+Blue) = 223+62+64=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E40 is #20C1BF. Grayscale: #6E6E6E. Windows color (decimal): -2146752 or 4210399. OLE color: 4210399.

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

Color convert

RGB 223 62 64 -
CMYK 0 0.72 0.71 0.13
HSL 359.25º 0.72% 0.56% -
HSV(B) 359.25º 0.72% 0.87% -
XYZ 33.08 19.5 6.87 -
YUV 110.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 223 62 64 0 0.72 0.71 0.13 359.25 0.72 0.56
Hex DF 3E 40 0 48 47 D 167 48 38
Octal 337 76 100 0 110 107 15 547 110 70
Binary 11011111 111110 1000000 0 1001000 1000111 1101 101100111 1001000 111000

Color Harmonies of #DF3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E40

Black with #DF3E40

Text Example


Text Example

White with #DF3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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