#C71557

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

Shades of Ruby #C71557

Tints of Ruby #C71557

Color information

#C71557 (or 0xC71557) is unknown color: approx Ruby. HEX triplet: C7, 15 and 57. RGB value is (199,21,87). Sum of RGB (Red+Green+Blue) = 199+21+87=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C71557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71557 is #38EAA8. Grayscale: #515151. Windows color (decimal): -3730089 or 5707207. OLE color: 5707207.

HSL color Cylindrical-coordinate representation of color #C71557: hue angle of 337.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71557 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB1992187-
CMYK00.890.560.22
HSL337.75º80.91%43.14%-
HSV(B)337.75º89.45%78.04%-
XYZ25.5413.3710.25-
YUV81.75130.97211.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.82%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=64.82%
G=6.84%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199218700.890.560.22337.7580.9143.14
HexC715570593816152512b
Octal307251270131702652212153
Binary1100011110101101011101011001111000101101010100101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71557; }

 p { color: rgb(199,21,87); }

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

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

 a { background-color: rgb(199,21,87); }

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

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

 span { border-color: rgb(199,21,87); }

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