Html Css Color HEX #CE1659 Ruby

📋 copy color: '#CE1659'

red 206 ◦ green 22 ◦ blue 89

#CE1659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CE1659

Tints of Ruby #CE1659

RGB

 RED value IS 206 (80.86% from 255) = 64.98%

 GREEN value IS 22 (8.98% from 255) = 6.94%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 64.98%
G = 6.94%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1659 (or 0xCE1659) is known color: Ruby. HEX triplet: CE, 16 and 59. RGB value is (206,22,89). Sum of RGB (Red+Green+Blue) = 206+22+89=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1659 is #31E9A6. Grayscale: #545454. Windows color (decimal): -3271079 or 5838542. OLE color: 5838542.

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

Color convert

RGB 206 22 89 -
CMYK 0 0.89 0.57 0.19
HSL 338.15º 0.81% 0.45% -
HSV(B) 338.15º 0.89% 0.81% -
XYZ 27.54 14.42 10.78 -
YUV 84.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 206 22 89 0 0.89 0.57 0.19 338.15 0.81 0.45
Hex CE 16 59 0 59 39 13 152 51 2D
Octal 316 26 131 0 131 71 23 522 121 55
Binary 11001110 10110 1011001 0 1011001 111001 10011 101010010 1010001 101101

Color Harmonies of #CE1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1659

Black with #CE1659

Text Example


Text Example

White with #CE1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1659; }

 p { color: rgb(206,22,89); }

 H1.HeaderClassName
 {
   color: #CE1659;
 }
 .AnyTagClassName
 {
   color: #CE1659;
 }
</style>

background-color css

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

 a { background-color: rgb(206,22,89); }

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

border-color css

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

 span { border-color: rgb(206,22,89); }

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