#D12A2F

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

Shades of Mahogany #D12A2F

Tints of Mahogany #D12A2F

Color information

#D12A2F (or 0xD12A2F) is unknown color: approx Mahogany. HEX triplet: D1, 2A and 2F. RGB value is (209,42,47). Sum of RGB (Red+Green+Blue) = 209+42+47=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A2F is #2ED5D0. Grayscale: #5C5C5C. Windows color (decimal): -3069393 or 3091153. OLE color: 3091153.

HSL color Cylindrical-coordinate representation of color #D12A2F: hue angle of 358.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A2F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2094247-
CMYK00.800.780.18
HSL358.2º66.53%49.22%-
HSV(B)358.2º79.9%81.96%-
XYZ27.6415.424.21-
YUV92.5102.33211.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.13%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=70.13%
G=14.09%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209424700.800.780.18358.266.5349.22
HexD12A2F0504E121664331
Octal321525701201162254610361
Binary11010001101010101111010100001001110100101011001101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A2F; }

 p { color: rgb(209,42,47); }

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

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

 a { background-color: rgb(209,42,47); }

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

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

 span { border-color: rgb(209,42,47); }

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