#DF5A56

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

Shades of Roman #DF5A56

Tints of Roman #DF5A56

Color information

#DF5A56 (or 0xDF5A56) is unknown color: approx Roman. HEX triplet: DF, 5A and 56. RGB value is (223,90,86). Sum of RGB (Red+Green+Blue) = 223+90+86=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A56 is #20A5A9. Grayscale: #818181. Windows color (decimal): -2139562 or 5659359. OLE color: 5659359.

HSL color Cylindrical-coordinate representation of color #DF5A56: hue angle of 1.75º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5A56 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2239086-
CMYK00.600.610.13
HSL1.75º68.16%60.59%-
HSV(B)1.75º61.43%87.45%-
XYZ35.7723.6711.49-
YUV129.31103.56194.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=55.89%
G=22.56%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223908600.600.610.131.7568.1660.59
HexDF5A5603C3DD2443d
Octal3371321260747515210475
Binary110111111011010101011001111001111011101101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5A56; }

 p { color: rgb(223,90,86); }

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

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

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

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

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

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

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