#D93335

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

Shades of Mahogany #D93335

Tints of Mahogany #D93335

Color information

#D93335 (or 0xD93335) is unknown color: approx Mahogany. HEX triplet: D9, 33 and 35. RGB value is (217,51,53). Sum of RGB (Red+Green+Blue) = 217+51+53=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D93335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93335 is #26CCCA. Grayscale: #656565. Windows color (decimal): -2542795 or 3486681. OLE color: 3486681.

HSL color Cylindrical-coordinate representation of color #D93335: hue angle of 359.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93335 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2175153-
CMYK00.760.760.15
HSL359.28º68.6%52.55%-
HSV(B)359.28º76.5%85.1%-
XYZ30.4417.385.12-
YUV100.86101210.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.60%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=67.60%
G=15.89%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217515300.760.760.15359.2868.652.55
HexD9333504C4CF1674535
Octal331636501141141754710565
Binary1101100111001111010101001100100110011111011001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93335; }

 p { color: rgb(217,51,53); }

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

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

 a { background-color: rgb(217,51,53); }

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

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

 span { border-color: rgb(217,51,53); }

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