#ce1862

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

Shades of Ruby #CE1862

Tints of Ruby #CE1862

Color information

#CE1862 (or 0xCE1862) is unknown color: approx Ruby. HEX triplet: CE, 18 and 62. RGB value is (206,24,98). Sum of RGB (Red+Green+Blue) = 206+24+98=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1862 is #31E79D. Grayscale: #565656. Windows color (decimal): -3270558 or 6428878. OLE color: 6428878.

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

Color convert

RGB2062498-
CMYK00.880.520.19
HSL335.6º79.13%45.1%-
HSV(B)335.6º88.35%80.78%-
XYZ27.9814.6612.91-
YUV86.85134.3212.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.80%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=62.80%
G=7.32%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206249800.880.520.19335.679.1345.1
HexCE186205834131504f2d
Octal316301420130642352011755
Binary1100111011000110001001011000110100100111010100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce1862; }

 p { color: rgb(206,24,98); }

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

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

 a { background-color: rgb(206,24,98); }

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

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

 span { border-color: rgb(206,24,98); }

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