#C21258

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

Shades of Ruby #C21258

Tints of Ruby #C21258

Color information

#C21258 (or 0xC21258) is unknown color: approx Ruby. HEX triplet: C2, 12 and 58. RGB value is (194,18,88). Sum of RGB (Red+Green+Blue) = 194+18+88=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21258 is #3DEDA7. Grayscale: #4E4E4E. Windows color (decimal): -4058536 or 5771970. OLE color: 5771970.

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

Color convert

RGB1941888-
CMYK00.910.550.24
HSL336.14º83.02%41.57%-
HSV(B)336.14º90.72%76.08%-
XYZ24.2312.6110.39-
YUV78.6133.31210.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=64.67%
G=6%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194188800.910.550.24336.1483.0241.57
HexC2125805B3718150532a
Octal302221300133673052012352
Binary1100001010010101100001011011110111110001010100001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21258; }

 p { color: rgb(194,18,88); }

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

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

 a { background-color: rgb(194,18,88); }

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

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

 span { border-color: rgb(194,18,88); }

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