#D0252C

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

Shades of Mahogany #D0252C

Tints of Mahogany #D0252C

Color information

#D0252C (or 0xD0252C) is unknown color: approx Mahogany. HEX triplet: D0, 25 and 2C. RGB value is (208,37,44). Sum of RGB (Red+Green+Blue) = 208+37+44=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0252C is #2FDAD3. Grayscale: #595959. Windows color (decimal): -3136212 or 2893264. OLE color: 2893264.

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

Color convert

RGB2083744-
CMYK00.820.790.18
HSL357.54º69.8%48.04%-
HSV(B)357.54º82.21%81.57%-
XYZ27.1314.913.83-
YUV88.93102.65212.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.97%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=71.97%
G=12.80%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208374400.820.790.18357.5469.848.04
HexD0252C0524F121664630
Octal320455401221172254610660
Binary11010000100101101100010100101001111100101011001101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0252C; }

 p { color: rgb(208,37,44); }

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

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

 a { background-color: rgb(208,37,44); }

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

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

 span { border-color: rgb(208,37,44); }

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