Html Css Color HEX #DB363D Mahogany

📋 copy color: '#DB363D'

red 219 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #DB363D

Tints of Mahogany #DB363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 65.57%
G = 16.17%
B = 18.26%

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

#DB363D (or 0xDB363D) is known color: Mahogany. HEX triplet: DB, 36 and 3D. RGB value is (219,54,61). Sum of RGB (Red+Green+Blue) = 219+54+61=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363D is #24C9C2. Grayscale: #686868. Windows color (decimal): -2410947 or 4011739. OLE color: 4011739.

HSL color Cylindrical-coordinate representation of color #DB363D: hue angle of 357.45º degrees, saturation: 0.7, 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 #DB363D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 61 -
CMYK 0 0.75 0.72 0.14
HSL 357.45º 0.7% 0.54% -
HSV(B) 357.45º 0.75% 0.86% -
XYZ 31.37 18.04 6.24 -
YUV 104.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 219 54 61 0 0.75 0.72 0.14 357.45 0.7 0.54
Hex DB 36 3D 0 4B 48 E 165 46 36
Octal 333 66 75 0 113 110 16 545 106 66
Binary 11011011 110110 111101 0 1001011 1001000 1110 101100101 1000110 110110

Color Harmonies of #DB363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB363D

Black with #DB363D

Text Example


Text Example

White with #DB363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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