#d12b38

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

Shades of Mahogany #D12B38

Tints of Mahogany #D12B38

Color information

#D12B38 (or 0xD12B38) is unknown color: approx Mahogany. HEX triplet: D1, 2B and 38. RGB value is (209,43,56). Sum of RGB (Red+Green+Blue) = 209+43+56=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B38 is #2ED4C7. Grayscale: #5E5E5E. Windows color (decimal): -3069128 or 3681233. OLE color: 3681233.

HSL color Cylindrical-coordinate representation of color #D12B38: hue angle of 355.3º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B38 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB2094356-
CMYK00.790.730.18
HSL355.3º65.87%49.41%-
HSV(B)355.3º79.43%81.96%-
XYZ27.8715.575.28-
YUV94.12106.5209.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.86%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=67.86%
G=13.96%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209435600.790.730.18355.365.8749.41
HexD12B3804F49121634231
Octal321537001171112254310261
Binary11010001101011111000010011111001001100101011000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12b38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12b38; }

 p { color: rgb(209,43,56); }

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

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

 a { background-color: rgb(209,43,56); }

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

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

 span { border-color: rgb(209,43,56); }

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