#C41257

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

Shades of Ruby #C41257

Tints of Ruby #C41257

Color information

#C41257 (or 0xC41257) is unknown color: approx Ruby. HEX triplet: C4, 12 and 57. RGB value is (196,18,87). Sum of RGB (Red+Green+Blue) = 196+18+87=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C41257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41257 is #3BEDA8. Grayscale: #4E4E4E. Windows color (decimal): -3927465 or 5706436. OLE color: 5706436.

HSL color Cylindrical-coordinate representation of color #C41257: hue angle of 336.74º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41257 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1961887-
CMYK00.910.560.23
HSL336.74º83.18%41.96%-
HSV(B)336.74º90.82%76.86%-
XYZ24.712.8610.2-
YUV79.09132.47211.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=65.12%
G=5.98%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196188700.910.560.23336.7483.1841.96
HexC4125705B3817151532a
Octal304221270133702752112352
Binary1100010010010101011101011011111000101111010100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41257; }

 p { color: rgb(196,18,87); }

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

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

 a { background-color: rgb(196,18,87); }

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

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

 span { border-color: rgb(196,18,87); }

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