Html Css Color HEX #DB4146 Mahogany

📋 copy color: '#DB4146'

red 219 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #DB4146

Tints of Mahogany #DB4146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 61.86%
G = 18.36%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4146 (or 0xDB4146) is known color: Mahogany. HEX triplet: DB, 41 and 46. RGB value is (219,65,70). Sum of RGB (Red+Green+Blue) = 219+65+70=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4146 is #24BEB9. Grayscale: #6F6F6F. Windows color (decimal): -2408122 or 4604379. OLE color: 4604379.

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

Color convert

RGB 219 65 70 -
CMYK 0 0.70 0.68 0.14
HSL 358.05º 0.68% 0.56% -
HSV(B) 358.05º 0.7% 0.86% -
XYZ 32.21 19.28 7.82 -
YUV 111.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 219 65 70 0 0.70 0.68 0.14 358.05 0.68 0.56
Hex DB 41 46 0 46 44 E 166 44 38
Octal 333 101 106 0 106 104 16 546 104 70
Binary 11011011 1000001 1000110 0 1000110 1000100 1110 101100110 1000100 111000

Color Harmonies of #DB4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4146

Black with #DB4146

Text Example


Text Example

White with #DB4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4146; }

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

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

background-color css

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

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

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

border-color css

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

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

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