#CF1C55

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

Shades of Ruby #CF1C55

Tints of Ruby #CF1C55

Color information

#CF1C55 (or 0xCF1C55) is unknown color: approx Ruby. HEX triplet: CF, 1C and 55. RGB value is (207,28,85). Sum of RGB (Red+Green+Blue) = 207+28+85=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C55 is #30E3AA. Grayscale: #575757. Windows color (decimal): -3204011 or 5577935. OLE color: 5577935.

HSL color Cylindrical-coordinate representation of color #CF1C55: hue angle of 340.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1C55 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2072885-
CMYK00.860.590.19
HSL340.89º76.17%46.08%-
HSV(B)340.89º86.47%81.18%-
XYZ27.7914.759.98-
YUV88.02126.3212.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.69%
GREEN value IS 28 (11.33% from 255) = 8.75%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=64.69%
G=8.75%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207288500.860.590.19340.8976.1746.08
HexCF1C550563B131554c2e
Octal317341250126732352511456
Binary1100111111100101010101010110111011100111010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1C55; }

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

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

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

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

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

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

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

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