Html Css Color HEX #DB3940 Mahogany

📋 copy color: '#DB3940'

red 219 ◦ green 57 ◦ blue 64

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

Shades of Mahogany #DB3940

Tints of Mahogany #DB3940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 64.41%
G = 16.76%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3940 (or 0xDB3940) is known color: Mahogany. HEX triplet: DB, 39 and 40. RGB value is (219,57,64). Sum of RGB (Red+Green+Blue) = 219+57+64=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3940 is #24C6BF. Grayscale: #6A6A6A. Windows color (decimal): -2410176 or 4209115. OLE color: 4209115.

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

Color convert

RGB 219 57 64 -
CMYK 0 0.74 0.71 0.14
HSL 357.41º 0.69% 0.54% -
HSV(B) 357.41º 0.74% 0.86% -
XYZ 31.6 18.36 6.73 -
YUV 106.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 219 57 64 0 0.74 0.71 0.14 357.41 0.69 0.54
Hex DB 39 40 0 4A 47 E 165 45 36
Octal 333 71 100 0 112 107 16 545 105 66
Binary 11011011 111001 1000000 0 1001010 1000111 1110 101100101 1000101 110110

Color Harmonies of #DB3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3940

Black with #DB3940

Text Example


Text Example

White with #DB3940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3940; }

 p { color: rgb(219,57,64); }

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

background-color css

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

 a { background-color: rgb(219,57,64); }

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

border-color css

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

 span { border-color: rgb(219,57,64); }

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