Html Css Color HEX #CE1159 Ruby

📋 copy color: '#CE1159'

red 206 ◦ green 17 ◦ blue 89

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

Shades of Ruby #CE1159

Tints of Ruby #CE1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

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

R = 66.03%
G = 5.45%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE1159 (or 0xCE1159) is known color: Ruby. HEX triplet: CE, 11 and 59. RGB value is (206,17,89). Sum of RGB (Red+Green+Blue) = 206+17+89=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1159 is #31EEA6. Grayscale: #515151. Windows color (decimal): -3272359 or 5837262. OLE color: 5837262.

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

Color convert

RGB 206 17 89 -
CMYK 0 0.92 0.57 0.19
HSL 337.14º 0.85% 0.44% -
HSV(B) 337.14º 0.92% 0.81% -
XYZ 27.46 14.24 10.75 -
YUV 81.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 206 17 89 0 0.92 0.57 0.19 337.14 0.85 0.44
Hex CE 11 59 0 5C 39 13 151 55 2C
Octal 316 21 131 0 134 71 23 521 125 54
Binary 11001110 10001 1011001 0 1011100 111001 10011 101010001 1010101 101100

Color Harmonies of #CE1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1159

Black with #CE1159

Text Example


Text Example

White with #CE1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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