#D95F5F

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

Shades of Roman #D95F5F

Tints of Roman #D95F5F

Color information

#D95F5F (or 0xD95F5F) is unknown color: approx Roman. HEX triplet: D9, 5F and 5F. RGB value is (217,95,95). Sum of RGB (Red+Green+Blue) = 217+95+95=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F5F is #26A0A0. Grayscale: #838383. Windows color (decimal): -2531489 or 6250457. OLE color: 6250457.

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

Color convert

RGB2179595-
CMYK00.560.560.15
HSL61.62%61.18%-
HSV(B)56.22%85.1%-
XYZ34.7723.7613.58-
YUV131.48107.42189-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=53.32%
G=23.34%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217959500.560.560.15061.6261.18
HexD95F5F03838F03e3d
Octal331137137070701707675
Binary1101100110111111011111011100011100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F5F; }

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

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

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

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

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

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

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

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