#DF1C55

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

Shades of Ruby #DF1C55

Tints of Ruby #DF1C55

Color information

#DF1C55 (or 0xDF1C55) is unknown color: approx Ruby. HEX triplet: DF, 1C and 55. RGB value is (223,28,85). Sum of RGB (Red+Green+Blue) = 223+28+85=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1C55 is #20E3AA. Grayscale: #5C5C5C. Windows color (decimal): -2155435 or 5577951. OLE color: 5577951.

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

Color convert

RGB2232885-
CMYK00.870.620.13
HSL342.46º77.69%49.22%-
HSV(B)342.46º87.44%87.45%-
XYZ32.4917.1710.2-
YUV92.8123.6220.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.37%
GREEN value IS 28 (11.33% from 255) = 8.33%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=66.37%
G=8.33%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223288500.870.620.13342.4677.6949.22
HexDF1C550573ED1564e31
Octal337341250127761552611661
Binary110111111110010101010101011111111011011010101101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C55; }

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

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

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

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

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

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

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

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