#CF1556

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

Shades of Ruby #CF1556

Tints of Ruby #CF1556

Color information

#CF1556 (or 0xCF1556) is unknown color: approx Ruby. HEX triplet: CF, 15 and 56. RGB value is (207,21,86). Sum of RGB (Red+Green+Blue) = 207+21+86=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1556 is #30EAA9. Grayscale: #535353. Windows color (decimal): -3205802 or 5641679. OLE color: 5641679.

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

Color convert

RGB2072186-
CMYK00.900.580.19
HSL339.03º81.58%44.71%-
HSV(B)339.03º89.86%81.18%-
XYZ27.6814.4710.14-
YUV84.02129.12215.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.92%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=65.92%
G=6.69%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207218600.900.580.19339.0381.5844.71
HexCF155605A3A13153522d
Octal317251260132722352312255
Binary1100111110101101011001011010111010100111010100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1556; }

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

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

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

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

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

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

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

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