#D4282C

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

Shades of Mahogany #D4282C

Tints of Mahogany #D4282C

Color information

#D4282C (or 0xD4282C) is unknown color: approx Mahogany. HEX triplet: D4, 28 and 2C. RGB value is (212,40,44). Sum of RGB (Red+Green+Blue) = 212+40+44=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4282C is #2BD7D3. Grayscale: #5C5C5C. Windows color (decimal): -2873300 or 2894036. OLE color: 2894036.

HSL color Cylindrical-coordinate representation of color #D4282C: hue angle of 358.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4282C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB2124044-
CMYK00.810.790.17
HSL358.6º68.25%49.41%-
HSV(B)358.6º81.13%83.14%-
XYZ28.3615.73.92-
YUV91.88100.98213.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 71.62%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=71.62%
G=13.51%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212404400.810.790.17358.668.2549.41
HexD4282C0514F111674431
Octal324505401211172154710461
Binary11010100101000101100010100011001111100011011001111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4282C; }

 p { color: rgb(212,40,44); }

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

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

 a { background-color: rgb(212,40,44); }

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

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

 span { border-color: rgb(212,40,44); }

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