#CF1C53

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

Shades of Ruby #CF1C53

Tints of Ruby #CF1C53

Color information

#CF1C53 (or 0xCF1C53) is unknown color: approx Ruby. HEX triplet: CF, 1C and 53. RGB value is (207,28,83). Sum of RGB (Red+Green+Blue) = 207+28+83=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1C53 is #30E3AC. Grayscale: #575757. Windows color (decimal): -3204013 or 5446863. OLE color: 5446863.

HSL color Cylindrical-coordinate representation of color #CF1C53: hue angle of 341.56º 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 #CF1C53 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2072883-
CMYK00.860.600.19
HSL341.56º76.17%46.08%-
HSV(B)341.56º86.47%81.18%-
XYZ27.7114.729.56-
YUV87.79125.3213.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=65.09%
G=8.81%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207288300.860.600.19341.5676.1746.08
HexCF1C530563C131564c2e
Octal317341230126742352611456
Binary1100111111100101001101010110111100100111010101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1C53; }

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

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

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

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

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

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

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

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