#CE1F64

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

Shades of Ruby #CE1F64

Tints of Ruby #CE1F64

Color information

#CE1F64 (or 0xCE1F64) is unknown color: approx Ruby. HEX triplet: CE, 1F and 64. RGB value is (206,31,100). Sum of RGB (Red+Green+Blue) = 206+31+100=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F64 is #31E09B. Grayscale: #5B5B5B. Windows color (decimal): -3268764 or 6561742. OLE color: 6561742.

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

Color convert

RGB20631100-
CMYK00.850.510.19
HSL336.34º73.84%46.47%-
HSV(B)336.34º84.95%80.78%-
XYZ28.2415.0213.47-
YUV91.19132.98209.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=61.13%
G=9.20%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063110000.850.510.19336.3473.8446.47
HexCE1F6405533131504a2e
Octal316371440125632352011256
Binary1100111011111110010001010101110011100111010100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1F64; }

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

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

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

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

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

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

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

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