Html Css Color HEX #DB3E44 Mahogany

📋 copy color: '#DB3E44'

red 219 ◦ green 62 ◦ blue 68

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

Shades of Mahogany #DB3E44

Tints of Mahogany #DB3E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 62.75%
G = 17.77%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3E44 (or 0xDB3E44) is known color: Mahogany. HEX triplet: DB, 3E and 44. RGB value is (219,62,68). Sum of RGB (Red+Green+Blue) = 219+62+68=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E44 is #24C1BB. Grayscale: #6D6D6D. Windows color (decimal): -2408892 or 4472539. OLE color: 4472539.

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

Color convert

RGB 219 62 68 -
CMYK 0 0.72 0.69 0.14
HSL 357.71º 0.69% 0.55% -
HSV(B) 357.71º 0.72% 0.86% -
XYZ 31.98 18.92 7.44 -
YUV 109.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 219 62 68 0 0.72 0.69 0.14 357.71 0.69 0.55
Hex DB 3E 44 0 48 45 E 166 45 37
Octal 333 76 104 0 110 105 16 546 105 67
Binary 11011011 111110 1000100 0 1001000 1000101 1110 101100110 1000101 110111

Color Harmonies of #DB3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E44

Black with #DB3E44

Text Example


Text Example

White with #DB3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E44; }

 p { color: rgb(219,62,68); }

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

background-color css

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

 a { background-color: rgb(219,62,68); }

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

border-color css

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

 span { border-color: rgb(219,62,68); }

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