#D43F44

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

Shades of Mahogany #D43F44

Tints of Mahogany #D43F44

Color information

#D43F44 (or 0xD43F44) is unknown color: approx Mahogany. HEX triplet: D4, 3F and 44. RGB value is (212,63,68). Sum of RGB (Red+Green+Blue) = 212+63+68=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F44 is #2BC0BB. Grayscale: #6C6C6C. Windows color (decimal): -2867388 or 4472788. OLE color: 4472788.

HSL color Cylindrical-coordinate representation of color #D43F44: hue angle of 357.99º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F44 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB2126368-
CMYK00.700.680.17
HSL357.99º63.4%53.92%-
HSV(B)357.99º70.28%83.14%-
XYZ29.9717.977.36-
YUV108.12105.36202.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.81%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=61.81%
G=18.37%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212636800.700.680.17357.9963.453.92
HexD43F4404644111663f36
Octal324771040106104215467766
Binary11010100111111100010001000110100010010001101100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F44; }

 p { color: rgb(212,63,68); }

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

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

 a { background-color: rgb(212,63,68); }

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

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

 span { border-color: rgb(212,63,68); }

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