Html Css Color HEX #DF3E41 Mahogany

📋 copy color: '#DF3E41'

red 223 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #DF3E41

Tints of Mahogany #DF3E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 63.71%
G = 17.71%
B = 18.57%

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

#DF3E41 (or 0xDF3E41) is known color: Mahogany. HEX triplet: DF, 3E and 41. RGB value is (223,62,65). Sum of RGB (Red+Green+Blue) = 223+62+65=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E41 is #20C1BE. Grayscale: #6E6E6E. Windows color (decimal): -2146751 or 4275935. OLE color: 4275935.

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

Color convert

RGB 223 62 65 -
CMYK 0 0.72 0.71 0.13
HSL 358.88º 0.72% 0.56% -
HSV(B) 358.88º 0.72% 0.87% -
XYZ 33.11 19.51 7.02 -
YUV 110.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 223 62 65 0 0.72 0.71 0.13 358.88 0.72 0.56
Hex DF 3E 41 0 48 47 D 167 48 38
Octal 337 76 101 0 110 107 15 547 110 70
Binary 11011111 111110 1000001 0 1001000 1000111 1101 101100111 1001000 111000

Color Harmonies of #DF3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E41

Black with #DF3E41

Text Example


Text Example

White with #DF3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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