#CE155D

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

Shades of Ruby #CE155D

Tints of Ruby #CE155D

Color information

#CE155D (or 0xCE155D) is unknown color: approx Ruby. HEX triplet: CE, 15 and 5D. RGB value is (206,21,93). Sum of RGB (Red+Green+Blue) = 206+21+93=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155D is #31EAA2. Grayscale: #545454. Windows color (decimal): -3271331 or 6100430. OLE color: 6100430.

HSL color Cylindrical-coordinate representation of color #CE155D: hue angle of 336.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE155D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB2062193-
CMYK00.900.550.19
HSL336.65º81.5%44.51%-
HSV(B)336.65º89.81%80.78%-
XYZ27.714.4511.68-
YUV84.52132.79214.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.38%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=64.38%
G=6.56%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206219300.900.550.19336.6581.544.51
HexCE155D05A3713151512d
Octal316251350132672352112155
Binary1100111010101101110101011010110111100111010100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE155D; }

 p { color: rgb(206,21,93); }

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

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

 a { background-color: rgb(206,21,93); }

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

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

 span { border-color: rgb(206,21,93); }

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