#D95E5D

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

Shades of Roman #D95E5D

Tints of Roman #D95E5D

Color information

#D95E5D (or 0xD95E5D) is unknown color: approx Roman. HEX triplet: D9, 5E and 5D. RGB value is (217,94,93). Sum of RGB (Red+Green+Blue) = 217+94+93=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E5D is #26A1A2. Grayscale: #828282. Windows color (decimal): -2531747 or 6119129. OLE color: 6119129.

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

Color convert

RGB2179493-
CMYK00.570.570.15
HSL0.48º62%60.78%-
HSV(B)0.48º57.14%85.1%-
XYZ34.5923.5513.08-
YUV130.66106.75189.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.71%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=53.71%
G=23.27%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217949300.570.570.150.486260.78
HexD95E5D03939F03e3d
Octal331136135071711707675
Binary1101100110111101011101011100111100111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E5D; }

 p { color: rgb(217,94,93); }

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

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

 a { background-color: rgb(217,94,93); }

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

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

 span { border-color: rgb(217,94,93); }

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