Html Css Color HEX #DB3538 Mahogany

📋 copy color: '#DB3538'

red 219 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #DB3538

Tints of Mahogany #DB3538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 66.77%
G = 16.16%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3538 (or 0xDB3538) is known color: Mahogany. HEX triplet: DB, 35 and 38. RGB value is (219,53,56). Sum of RGB (Red+Green+Blue) = 219+53+56=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3538 is #24CAC7. Grayscale: #676767. Windows color (decimal): -2411208 or 3683803. OLE color: 3683803.

HSL color Cylindrical-coordinate representation of color #DB3538: hue angle of 358.92º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3538 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 56 -
CMYK 0 0.76 0.74 0.14
HSL 358.92º 0.7% 0.53% -
HSV(B) 358.92º 0.76% 0.86% -
XYZ 31.2 17.89 5.55 -
YUV 102.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 219 53 56 0 0.76 0.74 0.14 358.92 0.7 0.53
Hex DB 35 38 0 4C 4A E 167 46 35
Octal 333 65 70 0 114 112 16 547 106 65
Binary 11011011 110101 111000 0 1001100 1001010 1110 101100111 1000110 110101

Color Harmonies of #DB3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3538

Black with #DB3538

Text Example


Text Example

White with #DB3538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3538; }

 p { color: rgb(219,53,56); }

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

background-color css

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

 a { background-color: rgb(219,53,56); }

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

border-color css

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

 span { border-color: rgb(219,53,56); }

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