#C21456

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

Shades of Ruby #C21456

Tints of Ruby #C21456

Color information

#C21456 (or 0xC21456) is unknown color: approx Ruby. HEX triplet: C2, 14 and 56. RGB value is (194,20,86). Sum of RGB (Red+Green+Blue) = 194+20+86=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21456 is #3DEBA9. Grayscale: #4F4F4F. Windows color (decimal): -4058026 or 5641410. OLE color: 5641410.

HSL color Cylindrical-coordinate representation of color #C21456: hue angle of 337.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21456 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1942086-
CMYK00.900.560.24
HSL337.24º81.31%41.96%-
HSV(B)337.24º89.69%76.08%-
XYZ24.1812.649.97-
YUV79.55131.65209.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=64.67%
G=6.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194208600.900.560.24337.2481.3141.96
HexC2145605A3818151512a
Octal302241260132703052112152
Binary1100001010100101011001011010111000110001010100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21456; }

 p { color: rgb(194,20,86); }

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

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

 a { background-color: rgb(194,20,86); }

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

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

 span { border-color: rgb(194,20,86); }

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