Html Css Color HEX #DB3941 Mahogany

📋 copy color: '#DB3941'

red 219 ◦ green 57 ◦ blue 65

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

Shades of Mahogany #DB3941

Tints of Mahogany #DB3941

RGB

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

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

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

R = 64.22%
G = 16.72%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3941 (or 0xDB3941) is known color: Mahogany. HEX triplet: DB, 39 and 41. RGB value is (219,57,65). Sum of RGB (Red+Green+Blue) = 219+57+65=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3941 is #24C6BE. Grayscale: #6A6A6A. Windows color (decimal): -2410175 or 4274651. OLE color: 4274651.

HSL color Cylindrical-coordinate representation of color #DB3941: hue angle of 357.04º 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 #DB3941 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 65 -
CMYK 0 0.74 0.70 0.14
HSL 357.04º 0.69% 0.54% -
HSV(B) 357.04º 0.74% 0.86% -
XYZ 31.63 18.37 6.88 -
YUV 106.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 219 57 65 0 0.74 0.70 0.14 357.04 0.69 0.54
Hex DB 39 41 0 4A 46 E 165 45 36
Octal 333 71 101 0 112 106 16 545 105 66
Binary 11011011 111001 1000001 0 1001010 1000110 1110 101100101 1000101 110110

Color Harmonies of #DB3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3941

Black with #DB3941

Text Example


Text Example

White with #DB3941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3941; }

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

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

background-color css

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

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

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

border-color css

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

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

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