Html Css Color HEX #DB363B Mahogany

📋 copy color: '#DB363B'

red 219 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #DB363B

Tints of Mahogany #DB363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 65.96%
G = 16.27%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB363B (or 0xDB363B) is known color: Mahogany. HEX triplet: DB, 36 and 3B. RGB value is (219,54,59). Sum of RGB (Red+Green+Blue) = 219+54+59=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363B is #24C9C4. Grayscale: #686868. Windows color (decimal): -2410949 or 3880667. OLE color: 3880667.

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

Color convert

RGB 219 54 59 -
CMYK 0 0.75 0.73 0.14
HSL 358.18º 0.7% 0.54% -
HSV(B) 358.18º 0.75% 0.86% -
XYZ 31.32 18.01 5.96 -
YUV 103.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 219 54 59 0 0.75 0.73 0.14 358.18 0.7 0.54
Hex DB 36 3B 0 4B 49 E 166 46 36
Octal 333 66 73 0 113 111 16 546 106 66
Binary 11011011 110110 111011 0 1001011 1001001 1110 101100110 1000110 110110

Color Harmonies of #DB363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB363B

Black with #DB363B

Text Example


Text Example

White with #DB363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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