Html Css Color HEX #DF3C3E Mahogany

📋 copy color: '#DF3C3E'

red 223 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #DF3C3E

Tints of Mahogany #DF3C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 64.64%
G = 17.39%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF3C3E (or 0xDF3C3E) is known color: Mahogany. HEX triplet: DF, 3C and 3E. RGB value is (223,60,62). Sum of RGB (Red+Green+Blue) = 223+60+62=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C3E is #20C3C1. Grayscale: #6D6D6D. Windows color (decimal): -2147266 or 4078815. OLE color: 4078815.

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

Color convert

RGB 223 60 62 -
CMYK 0 0.73 0.72 0.13
HSL 359.26º 0.72% 0.55% -
HSV(B) 359.26º 0.73% 0.87% -
XYZ 32.92 19.27 6.54 -
YUV 108.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 223 60 62 0 0.73 0.72 0.13 359.26 0.72 0.55
Hex DF 3C 3E 0 49 48 D 167 48 37
Octal 337 74 76 0 111 110 15 547 110 67
Binary 11011111 111100 111110 0 1001001 1001000 1101 101100111 1001000 110111

Color Harmonies of #DF3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C3E

Black with #DF3C3E

Text Example


Text Example

White with #DF3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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