#CE1150

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

Shades of Ruby #CE1150

Tints of Ruby #CE1150

Color information

#CE1150 (or 0xCE1150) is unknown color: approx Ruby. HEX triplet: CE, 11 and 50. RGB value is (206,17,80). Sum of RGB (Red+Green+Blue) = 206+17+80=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1150 is #31EEAF. Grayscale: #505050. Windows color (decimal): -3272368 or 5247438. OLE color: 5247438.

HSL color Cylindrical-coordinate representation of color #CE1150: hue angle of 340º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1150 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2061780-
CMYK00.920.610.19
HSL340º84.75%43.73%-
HSV(B)340º91.75%80.78%-
XYZ27.114.18.88-
YUV80.69127.62217.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=67.99%
G=5.61%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206178000.920.610.1934084.7543.73
HexCE115005C3D13154552c
Octal316211200134752352412554
Binary1100111010001101000001011100111101100111010101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1150; }

 p { color: rgb(206,17,80); }

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

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

 a { background-color: rgb(206,17,80); }

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

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

 span { border-color: rgb(206,17,80); }

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