Html Css Color HEX #DB3A3E Mahogany

📋 copy color: '#DB3A3E'

red 219 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #DB3A3E

Tints of Mahogany #DB3A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 64.6%
G = 17.11%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB3A3E (or 0xDB3A3E) is known color: Mahogany. HEX triplet: DB, 3A and 3E. RGB value is (219,58,62). Sum of RGB (Red+Green+Blue) = 219+58+62=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A3E is #24C5C1. Grayscale: #6A6A6A. Windows color (decimal): -2409922 or 4078299. OLE color: 4078299.

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

Color convert

RGB 219 58 62 -
CMYK 0 0.74 0.72 0.14
HSL 358.51º 0.69% 0.54% -
HSV(B) 358.51º 0.74% 0.86% -
XYZ 31.6 18.43 6.45 -
YUV 106.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 219 58 62 0 0.74 0.72 0.14 358.51 0.69 0.54
Hex DB 3A 3E 0 4A 48 E 167 45 36
Octal 333 72 76 0 112 110 16 547 105 66
Binary 11011011 111010 111110 0 1001010 1001000 1110 101100111 1000101 110110

Color Harmonies of #DB3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A3E

Black with #DB3A3E

Text Example


Text Example

White with #DB3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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