Html Css Color HEX #DB3A40 Mahogany

📋 copy color: '#DB3A40'

red 219 ◦ green 58 ◦ blue 64

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

Shades of Mahogany #DB3A40

Tints of Mahogany #DB3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.01%

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

R = 64.22%
G = 17.01%
B = 18.77%

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

#DB3A40 (or 0xDB3A40) is known color: Mahogany. HEX triplet: DB, 3A and 40. RGB value is (219,58,64). Sum of RGB (Red+Green+Blue) = 219+58+64=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A40 is #24C5BF. Grayscale: #6A6A6A. Windows color (decimal): -2409920 or 4209371. OLE color: 4209371.

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

Color convert

RGB 219 58 64 -
CMYK 0 0.74 0.71 0.14
HSL 357.76º 0.69% 0.54% -
HSV(B) 357.76º 0.74% 0.86% -
XYZ 31.65 18.46 6.74 -
YUV 106.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 219 58 64 0 0.74 0.71 0.14 357.76 0.69 0.54
Hex DB 3A 40 0 4A 47 E 166 45 36
Octal 333 72 100 0 112 107 16 546 105 66
Binary 11011011 111010 1000000 0 1001010 1000111 1110 101100110 1000101 110110

Color Harmonies of #DB3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A40

Black with #DB3A40

Text Example


Text Example

White with #DB3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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