#D95C58

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

Shades of Roman #D95C58

Tints of Roman #D95C58

Color information

#D95C58 (or 0xD95C58) is unknown color: approx Roman. HEX triplet: D9, 5C and 58. RGB value is (217,92,88). Sum of RGB (Red+Green+Blue) = 217+92+88=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C58 is #26A3A7. Grayscale: #818181. Windows color (decimal): -2532264 or 5790937. OLE color: 5790937.

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

Color convert

RGB2179288-
CMYK00.580.590.15
HSL1.86º62.93%59.8%-
HSV(B)1.86º59.45%85.1%-
XYZ34.223.1111.89-
YUV128.92104.91190.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=54.66%
G=23.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217928800.580.590.151.8662.9359.8
HexD95C5803A3BF23f3c
Octal331134130072731727774
Binary11011001101110010110000111010111011111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C58; }

 p { color: rgb(217,92,88); }

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

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

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

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

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

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

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