#DF5E5C

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

Shades of Roman #DF5E5C

Tints of Roman #DF5E5C

Color information

#DF5E5C (or 0xDF5E5C) is unknown color: approx Roman. HEX triplet: DF, 5E and 5C. RGB value is (223,94,92). Sum of RGB (Red+Green+Blue) = 223+94+92=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E5C is #20A1A3. Grayscale: #848484. Windows color (decimal): -2138532 or 6053599. OLE color: 6053599.

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

Color convert

RGB2239492-
CMYK00.580.590.13
HSL0.92º67.18%61.76%-
HSV(B)0.92º58.74%87.45%-
XYZ36.3724.4712.93-
YUV132.34105.24192.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=54.52%
G=22.98%
B=22.49%

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
Decimal223949200.580.590.130.9267.1861.76
HexDF5E5C03A3BD1433e
Octal3371361340727315110376
Binary11011111101111010111000111010111011110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5E5C; }

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

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

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

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

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

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

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

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