#D32B35

Color #D32B35 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D32B35

Tints of Mahogany #D32B35

Color information

#D32B35 (or 0xD32B35) is unknown color: approx Mahogany. HEX triplet: D3, 2B and 35. RGB value is (211,43,53). Sum of RGB (Red+Green+Blue) = 211+43+53=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B35 is #2CD4CA. Grayscale: #5E5E5E. Windows color (decimal): -2938059 or 3484627. OLE color: 3484627.

HSL color Cylindrical-coordinate representation of color #D32B35: hue angle of 356.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32B35 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2114353-
CMYK00.800.750.17
HSL356.43º66.14%49.8%-
HSV(B)356.43º79.62%82.75%-
XYZ28.3715.834.93-
YUV94.37104.66211.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.73%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=68.73%
G=14.01%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211435300.800.750.17356.4366.1449.8
HexD32B350504B111644232
Octal323536501201132154410262
Binary11010011101011110101010100001001011100011011001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32B35; }

 p { color: rgb(211,43,53); }

 H1.HeaderClassName
 {
   color: #D32B35;
 }
 .AnyTagClassName
 {
   color: #D32B35;
 }
</style>
background-color css

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

 a { background-color: rgb(211,43,53); }

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

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

 span { border-color: rgb(211,43,53); }

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