#CE1455

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

Shades of Ruby #CE1455

Tints of Ruby #CE1455

Color information

#CE1455 (or 0xCE1455) is unknown color: approx Ruby. HEX triplet: CE, 14 and 55. RGB value is (206,20,85). Sum of RGB (Red+Green+Blue) = 206+20+85=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1455 is #31EBAA. Grayscale: #525252. Windows color (decimal): -3271595 or 5575886. OLE color: 5575886.

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

Color convert

RGB2062085-
CMYK00.900.590.19
HSL339.03º82.3%44.31%-
HSV(B)339.03º90.29%80.78%-
XYZ27.3414.289.91-
YUV83.02129.12215.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 66.24%
GREEN value IS 20 (8.20% from 255) = 6.43%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=66.24%
G=6.43%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206208500.900.590.19339.0382.344.31
HexCE145505A3B13153522c
Octal316241250132732352312254
Binary1100111010100101010101011010111011100111010100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1455; }

 p { color: rgb(206,20,85); }

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

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

 a { background-color: rgb(206,20,85); }

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

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

 span { border-color: rgb(206,20,85); }

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