#C11255

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

Shades of Ruby #C11255

Tints of Ruby #C11255

Color information

#C11255 (or 0xC11255) is unknown color: approx Ruby. HEX triplet: C1, 12 and 55. RGB value is (193,18,85). Sum of RGB (Red+Green+Blue) = 193+18+85=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C11255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11255 is #3EEDAA. Grayscale: #4D4D4D. Windows color (decimal): -4124075 or 5575361. OLE color: 5575361.

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

Color convert

RGB1931885-
CMYK00.910.560.24
HSL337.03º82.94%41.37%-
HSV(B)337.03º90.67%75.69%-
XYZ23.8512.439.74-
YUV77.96131.98210.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 18 (7.42% from 255) = 6.08%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=65.20%
G=6.08%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193188500.910.560.24337.0382.9441.37
HexC1125505B38181515329
Octal301221250133703052112351
Binary1100000110010101010101011011111000110001010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11255; }

 p { color: rgb(193,18,85); }

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

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

 a { background-color: rgb(193,18,85); }

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

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

 span { border-color: rgb(193,18,85); }

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