#DF5C5C

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

Shades of Roman #DF5C5C

Tints of Roman #DF5C5C

Color information

#DF5C5C (or 0xDF5C5C) is unknown color: approx Roman. HEX triplet: DF, 5C and 5C. RGB value is (223,92,92). Sum of RGB (Red+Green+Blue) = 223+92+92=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C5C is #20A3A3. Grayscale: #838383. Windows color (decimal): -2139044 or 6053087. OLE color: 6053087.

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

Color convert

RGB2239292-
CMYK00.590.590.13
HSL67.18%61.76%-
HSV(B)58.74%87.45%-
XYZ36.1924.1112.87-
YUV131.17105.9193.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.79%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=54.79%
G=22.60%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223929200.590.590.13067.1861.76
HexDF5C5C03B3BD0433e
Octal3371341340737315010376
Binary11011111101110010111000111011111011110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5C5C; }

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

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

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

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

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

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

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

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