Html Css Color HEX #CE1759 Ruby

📋 copy color: '#CE1759'

red 206 ◦ green 23 ◦ blue 89

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

Shades of Ruby #CE1759

Tints of Ruby #CE1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

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

R = 64.78%
G = 7.23%
B = 27.99%

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

#CE1759 (or 0xCE1759) is known color: Ruby. HEX triplet: CE, 17 and 59. RGB value is (206,23,89). Sum of RGB (Red+Green+Blue) = 206+23+89=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1759 is #31E8A6. Grayscale: #555555. Windows color (decimal): -3270823 or 5838798. OLE color: 5838798.

HSL color Cylindrical-coordinate representation of color #CE1759: hue angle of 338.36º degrees, saturation: 0.8, 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 #CE1759 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 89 -
CMYK 0 0.89 0.57 0.19
HSL 338.36º 0.8% 0.45% -
HSV(B) 338.36º 0.89% 0.81% -
XYZ 27.56 14.46 10.79 -
YUV 85.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 206 23 89 0 0.89 0.57 0.19 338.36 0.8 0.45
Hex CE 17 59 0 59 39 13 152 50 2D
Octal 316 27 131 0 131 71 23 522 120 55
Binary 11001110 10111 1011001 0 1011001 111001 10011 101010010 1010000 101101

Color Harmonies of #CE1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1759

Black with #CE1759

Text Example


Text Example

White with #CE1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1759; }

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

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

background-color css

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

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

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

border-color css

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

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

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