Html Css Color HEX #DB3A43 Mahogany

📋 copy color: '#DB3A43'

red 219 ◦ green 58 ◦ blue 67

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

Shades of Mahogany #DB3A43

Tints of Mahogany #DB3A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 63.66%
G = 16.86%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3A43 (or 0xDB3A43) is known color: Mahogany. HEX triplet: DB, 3A and 43. RGB value is (219,58,67). Sum of RGB (Red+Green+Blue) = 219+58+67=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A43 is #24C5BC. Grayscale: #6B6B6B. Windows color (decimal): -2409917 or 4405979. OLE color: 4405979.

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

Color convert

RGB 219 58 67 -
CMYK 0 0.74 0.69 0.14
HSL 356.65º 0.69% 0.54% -
HSV(B) 356.65º 0.74% 0.86% -
XYZ 31.74 18.49 7.21 -
YUV 107.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 219 58 67 0 0.74 0.69 0.14 356.65 0.69 0.54
Hex DB 3A 43 0 4A 45 E 165 45 36
Octal 333 72 103 0 112 105 16 545 105 66
Binary 11011011 111010 1000011 0 1001010 1000101 1110 101100101 1000101 110110

Color Harmonies of #DB3A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A43

Black with #DB3A43

Text Example


Text Example

White with #DB3A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A43; }

 p { color: rgb(219,58,67); }

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

background-color css

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

 a { background-color: rgb(219,58,67); }

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

border-color css

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

 span { border-color: rgb(219,58,67); }

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