Html Css Color HEX #DF3F42 Mahogany

📋 copy color: '#DF3F42'

red 223 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #DF3F42

Tints of Mahogany #DF3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 63.35%
G = 17.9%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3F42 (or 0xDF3F42) is known color: Mahogany. HEX triplet: DF, 3F and 42. RGB value is (223,63,66). Sum of RGB (Red+Green+Blue) = 223+63+66=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3F42 is #20C0BD. Grayscale: #6F6F6F. Windows color (decimal): -2146494 or 4341727. OLE color: 4341727.

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

Color convert

RGB 223 63 66 -
CMYK 0 0.72 0.70 0.13
HSL 358.88º 0.71% 0.56% -
HSV(B) 358.88º 0.72% 0.87% -
XYZ 33.19 19.64 7.2 -
YUV 111.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 223 63 66 0 0.72 0.70 0.13 358.88 0.71 0.56
Hex DF 3F 42 0 48 46 D 167 47 38
Octal 337 77 102 0 110 106 15 547 107 70
Binary 11011111 111111 1000010 0 1001000 1000110 1101 101100111 1000111 111000

Color Harmonies of #DF3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F42

Black with #DF3F42

Text Example


Text Example

White with #DF3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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