#D42B3A

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

Shades of Mahogany #D42B3A

Tints of Mahogany #D42B3A

Color information

#D42B3A (or 0xD42B3A) is unknown color: approx Mahogany. HEX triplet: D4, 2B and 3A. RGB value is (212,43,58). Sum of RGB (Red+Green+Blue) = 212+43+58=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B3A is #2BD4C5. Grayscale: #5F5F5F. Windows color (decimal): -2872518 or 3812308. OLE color: 3812308.

HSL color Cylindrical-coordinate representation of color #D42B3A: hue angle of 354.67º 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 #D42B3A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2124358-
CMYK00.800.730.17
HSL354.67º66.27%50%-
HSV(B)354.67º79.72%83.14%-
XYZ28.7816.035.58-
YUV95.24106.99211.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.73%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=67.73%
G=13.74%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212435800.800.730.17354.6766.2750
HexD42B3A05049111634232
Octal324537201201112154310262
Binary11010100101011111010010100001001001100011011000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B3A; }

 p { color: rgb(212,43,58); }

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

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

 a { background-color: rgb(212,43,58); }

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

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

 span { border-color: rgb(212,43,58); }

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