#DF1C56

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

Shades of Ruby #DF1C56

Tints of Ruby #DF1C56

Color information

#DF1C56 (or 0xDF1C56) is unknown color: approx Ruby. HEX triplet: DF, 1C and 56. RGB value is (223,28,86). Sum of RGB (Red+Green+Blue) = 223+28+86=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1C56 is #20E3A9. Grayscale: #5C5C5C. Windows color (decimal): -2155434 or 5643487. OLE color: 5643487.

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

Color convert

RGB2232886-
CMYK00.870.610.13
HSL342.15º77.69%49.22%-
HSV(B)342.15º87.44%87.45%-
XYZ32.5317.1910.41-
YUV92.92124.1220.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.17%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=66.17%
G=8.31%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223288600.870.610.13342.1577.6949.22
HexDF1C560573DD1564e31
Octal337341260127751552611661
Binary110111111110010101100101011111110111011010101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C56; }

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

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

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

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

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

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

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

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