Html Css Color HEX #DB373D Mahogany

📋 copy color: '#DB373D'

red 219 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #DB373D

Tints of Mahogany #DB373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 65.37%
G = 16.42%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB373D (or 0xDB373D) is known color: Mahogany. HEX triplet: DB, 37 and 3D. RGB value is (219,55,61). Sum of RGB (Red+Green+Blue) = 219+55+61=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB373D is #24C8C2. Grayscale: #686868. Windows color (decimal): -2410691 or 4011995. OLE color: 4011995.

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

Color convert

RGB 219 55 61 -
CMYK 0 0.75 0.72 0.14
HSL 357.8º 0.69% 0.54% -
HSV(B) 357.8º 0.75% 0.86% -
XYZ 31.42 18.13 6.26 -
YUV 104.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 219 55 61 0 0.75 0.72 0.14 357.8 0.69 0.54
Hex DB 37 3D 0 4B 48 E 166 45 36
Octal 333 67 75 0 113 110 16 546 105 66
Binary 11011011 110111 111101 0 1001011 1001000 1110 101100110 1000101 110110

Color Harmonies of #DB373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB373D

Black with #DB373D

Text Example


Text Example

White with #DB373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB373D; }

 p { color: rgb(219,55,61); }

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

background-color css

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

 a { background-color: rgb(219,55,61); }

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

border-color css

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

 span { border-color: rgb(219,55,61); }

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