#DF5D5C

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

Shades of Roman #DF5D5C

Tints of Roman #DF5D5C

Color information

#DF5D5C (or 0xDF5D5C) is unknown color: approx Roman. HEX triplet: DF, 5D and 5C. RGB value is (223,93,92). Sum of RGB (Red+Green+Blue) = 223+93+92=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D5C is #20A2A3. Grayscale: #838383. Windows color (decimal): -2138788 or 6053343. OLE color: 6053343.

HSL color Cylindrical-coordinate representation of color #DF5D5C: hue angle of 0.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5D5C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2239392-
CMYK00.580.590.13
HSL0.46º67.18%61.76%-
HSV(B)0.46º58.74%87.45%-
XYZ36.2824.2912.9-
YUV131.76105.57193.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.66%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=54.66%
G=22.79%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223939200.580.590.130.4667.1861.76
HexDF5D5C03A3BD0433e
Octal3371351340727315010376
Binary11011111101110110111000111010111011110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5D5C; }

 p { color: rgb(223,93,92); }

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

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

 a { background-color: rgb(223,93,92); }

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

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

 span { border-color: rgb(223,93,92); }

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