#CF0F55

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

Shades of Ruby #CF0F55

Tints of Ruby #CF0F55

Color information

#CF0F55 (or 0xCF0F55) is unknown color: approx Ruby. HEX triplet: CF, 0F and 55. RGB value is (207,15,85). Sum of RGB (Red+Green+Blue) = 207+15+85=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0F55 is #30F0AA. Grayscale: #505050. Windows color (decimal): -3207339 or 5574607. OLE color: 5574607.

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

Color convert

RGB2071585-
CMYK00.930.590.19
HSL338.12º86.49%43.53%-
HSV(B)338.12º92.75%81.18%-
XYZ27.5414.269.9-
YUV80.39130.61218.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=67.43%
G=4.89%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207158500.930.590.19338.1286.4943.53
HexCFF5505D3B13152562c
Octal317171250135732352212654
Binary110011111111101010101011101111011100111010100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0F55; }

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

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

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

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

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

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

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

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