#CE155E

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

Shades of Ruby #CE155E

Tints of Ruby #CE155E

Color information

#CE155E (or 0xCE155E) is unknown color: approx Ruby. HEX triplet: CE, 15 and 5E. RGB value is (206,21,94). Sum of RGB (Red+Green+Blue) = 206+21+94=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155E is #31EAA1. Grayscale: #545454. Windows color (decimal): -3271330 or 6165966. OLE color: 6165966.

HSL color Cylindrical-coordinate representation of color #CE155E: hue angle of 336.32º 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 #CE155E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2062194-
CMYK00.900.540.19
HSL336.32º81.5%44.51%-
HSV(B)336.32º89.81%80.78%-
XYZ27.7414.4711.92-
YUV84.64133.29214.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.17%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=64.17%
G=6.54%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206219400.900.540.19336.3281.544.51
HexCE155E05A3613150512d
Octal316251360132662352012155
Binary1100111010101101111001011010110110100111010100001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE155E; }

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

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

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

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

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

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

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

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