#CF1956

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

Shades of Ruby #CF1956

Tints of Ruby #CF1956

Color information

#CF1956 (or 0xCF1956) is unknown color: approx Ruby. HEX triplet: CF, 19 and 56. RGB value is (207,25,86). Sum of RGB (Red+Green+Blue) = 207+25+86=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1956 is #30E6A9. Grayscale: #565656. Windows color (decimal): -3204778 or 5642703. OLE color: 5642703.

HSL color Cylindrical-coordinate representation of color #CF1956: hue angle of 339.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1956 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB2072586-
CMYK00.880.580.19
HSL339.89º78.45%45.49%-
HSV(B)339.89º87.92%81.18%-
XYZ27.7614.6310.17-
YUV86.37127.8214.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=65.09%
G=7.86%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207258600.880.580.19339.8978.4545.49
HexCF19560583A131544e2d
Octal317311260130722352411655
Binary1100111111001101011001011000111010100111010101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1956; }

 p { color: rgb(207,25,86); }

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

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

 a { background-color: rgb(207,25,86); }

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

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

 span { border-color: rgb(207,25,86); }

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