Html Css Color HEX #DB3A41 Mahogany

📋 copy color: '#DB3A41'

red 219 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #DB3A41

Tints of Mahogany #DB3A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 64.04%
G = 16.96%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3A41 (or 0xDB3A41) is known color: Mahogany. HEX triplet: DB, 3A and 41. RGB value is (219,58,65). Sum of RGB (Red+Green+Blue) = 219+58+65=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A41 is #24C5BE. Grayscale: #6B6B6B. Windows color (decimal): -2409919 or 4274907. OLE color: 4274907.

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

Color convert

RGB 219 58 65 -
CMYK 0 0.74 0.70 0.14
HSL 357.39º 0.69% 0.54% -
HSV(B) 357.39º 0.74% 0.86% -
XYZ 31.68 18.47 6.9 -
YUV 106.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 219 58 65 0 0.74 0.70 0.14 357.39 0.69 0.54
Hex DB 3A 41 0 4A 46 E 165 45 36
Octal 333 72 101 0 112 106 16 545 105 66
Binary 11011011 111010 1000001 0 1001010 1000110 1110 101100101 1000101 110110

Color Harmonies of #DB3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A41

Black with #DB3A41

Text Example


Text Example

White with #DB3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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