Html Css Color HEX #DB4143 Mahogany

📋 copy color: '#DB4143'

red 219 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #DB4143

Tints of Mahogany #DB4143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 62.39%
G = 18.52%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4143 (or 0xDB4143) is known color: Mahogany. HEX triplet: DB, 41 and 43. RGB value is (219,65,67). Sum of RGB (Red+Green+Blue) = 219+65+67=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4143 is #24BEBC. Grayscale: #6F6F6F. Windows color (decimal): -2408125 or 4407771. OLE color: 4407771.

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

Color convert

RGB 219 65 67 -
CMYK 0 0.70 0.69 0.14
HSL 359.22º 0.68% 0.56% -
HSV(B) 359.22º 0.7% 0.86% -
XYZ 32.12 19.25 7.33 -
YUV 111.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 219 65 67 0 0.70 0.69 0.14 359.22 0.68 0.56
Hex DB 41 43 0 46 45 E 167 44 38
Octal 333 101 103 0 106 105 16 547 104 70
Binary 11011011 1000001 1000011 0 1000110 1000101 1110 101100111 1000100 111000

Color Harmonies of #DB4143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4143

Black with #DB4143

Text Example


Text Example

White with #DB4143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4143; }

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

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

background-color css

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

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

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

border-color css

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

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

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