Html Css Color HEX #DB3435 Mahogany

📋 copy color: '#DB3435'

red 219 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #DB3435

Tints of Mahogany #DB3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 67.59%
G = 16.05%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3435 (or 0xDB3435) is known color: Mahogany. HEX triplet: DB, 34 and 35. RGB value is (219,52,53). Sum of RGB (Red+Green+Blue) = 219+52+53=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3435 is #24CBCA. Grayscale: #666666. Windows color (decimal): -2411467 or 3486939. OLE color: 3486939.

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

Color convert

RGB 219 52 53 -
CMYK 0 0.76 0.76 0.14
HSL 359.64º 0.7% 0.53% -
HSV(B) 359.64º 0.76% 0.86% -
XYZ 31.08 17.77 5.16 -
YUV 102.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 219 52 53 0 0.76 0.76 0.14 359.64 0.7 0.53
Hex DB 34 35 0 4C 4C E 168 46 35
Octal 333 64 65 0 114 114 16 550 106 65
Binary 11011011 110100 110101 0 1001100 1001100 1110 101101000 1000110 110101

Color Harmonies of #DB3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3435

Black with #DB3435

Text Example


Text Example

White with #DB3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3435; }

 p { color: rgb(219,52,53); }

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

background-color css

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

 a { background-color: rgb(219,52,53); }

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

border-color css

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

 span { border-color: rgb(219,52,53); }

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