Html Css Color HEX #DB3F41 Mahogany

📋 copy color: '#DB3F41'

red 219 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #DB3F41

Tints of Mahogany #DB3F41

RGB

 RED value IS 219 (85.94% from 255) = 63.11%

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

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

R = 63.11%
G = 18.16%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3F41 (or 0xDB3F41) is known color: Mahogany. HEX triplet: DB, 3F and 41. RGB value is (219,63,65). Sum of RGB (Red+Green+Blue) = 219+63+65=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F41 is #24C0BE. Grayscale: #6E6E6E. Windows color (decimal): -2408639 or 4276187. OLE color: 4276187.

HSL color Cylindrical-coordinate representation of color #DB3F41: hue angle of 359.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3F41 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 63 65 -
CMYK 0 0.71 0.70 0.14
HSL 359.23º 0.68% 0.55% -
HSV(B) 359.23º 0.71% 0.86% -
XYZ 31.95 19 6.98 -
YUV 109.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 219 63 65 0 0.71 0.70 0.14 359.23 0.68 0.55
Hex DB 3F 41 0 47 46 E 167 44 37
Octal 333 77 101 0 107 106 16 547 104 67
Binary 11011011 111111 1000001 0 1000111 1000110 1110 101100111 1000100 110111

Color Harmonies of #DB3F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F41

Black with #DB3F41

Text Example


Text Example

White with #DB3F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F41; }

 p { color: rgb(219,63,65); }

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

background-color css

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

 a { background-color: rgb(219,63,65); }

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

border-color css

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

 span { border-color: rgb(219,63,65); }

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