#D95F5E

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

Shades of Roman #D95F5E

Tints of Roman #D95F5E

Color information

#D95F5E (or 0xD95F5E) is unknown color: approx Roman. HEX triplet: D9, 5F and 5E. RGB value is (217,95,94). Sum of RGB (Red+Green+Blue) = 217+95+94=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F5E is #26A0A1. Grayscale: #838383. Windows color (decimal): -2531490 or 6184921. OLE color: 6184921.

HSL color Cylindrical-coordinate representation of color #D95F5E: hue angle of 0.49º 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 #D95F5E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2179594-
CMYK00.560.570.15
HSL0.49º61.81%60.98%-
HSV(B)0.49º56.68%85.1%-
XYZ34.7323.7413.34-
YUV131.36106.92189.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.45%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=53.45%
G=23.40%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217959400.560.570.150.4961.8160.98
HexD95F5E03839F03e3d
Octal331137136070711707675
Binary1101100110111111011110011100011100111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F5E; }

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

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

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

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

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

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

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

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