#ce1f57

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

Shades of Ruby #CE1F57

Tints of Ruby #CE1F57

Color information

#CE1F57 (or 0xCE1F57) is unknown color: approx Ruby. HEX triplet: CE, 1F and 57. RGB value is (206,31,87). Sum of RGB (Red+Green+Blue) = 206+31+87=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F57 is #31E0A8. Grayscale: #595959. Windows color (decimal): -3268777 or 5709774. OLE color: 5709774.

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

Color convert

RGB2063187-
CMYK00.850.580.19
HSL340.8º73.84%46.47%-
HSV(B)340.8º84.95%80.78%-
XYZ27.6614.7910.41-
YUV89.71126.48210.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.58%
GREEN value IS 31 (12.5% from 255) = 9.57%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=63.58%
G=9.57%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206318700.850.580.19340.873.8446.47
HexCE1F570553A131554a2e
Octal316371270125722352511256
Binary1100111011111101011101010101111010100111010101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce1f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce1f57; }

 p { color: rgb(206,31,87); }

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

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

 a { background-color: rgb(206,31,87); }

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

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

 span { border-color: rgb(206,31,87); }

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