Html Css Color HEX #CE1761 Ruby

📋 copy color: '#CE1761'

red 206 ◦ green 23 ◦ blue 97

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

Shades of Ruby #CE1761

Tints of Ruby #CE1761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 63.19%
G = 7.06%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE1761 (or 0xCE1761) is known color: Ruby. HEX triplet: CE, 17 and 61. RGB value is (206,23,97). Sum of RGB (Red+Green+Blue) = 206+23+97=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1761 is #31E89E. Grayscale: #565656. Windows color (decimal): -3270815 or 6363086. OLE color: 6363086.

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

Color convert

RGB 206 23 97 -
CMYK 0 0.89 0.53 0.19
HSL 335.74º 0.8% 0.45% -
HSV(B) 335.74º 0.89% 0.81% -
XYZ 27.92 14.6 12.66 -
YUV 86.15 134.13 213.48 -
System Red Green Blue C M Y K H S L
Decimal 206 23 97 0 0.89 0.53 0.19 335.74 0.8 0.45
Hex CE 17 61 0 59 35 13 150 50 2D
Octal 316 27 141 0 131 65 23 520 120 55
Binary 11001110 10111 1100001 0 1011001 110101 10011 101010000 1010000 101101

Color Harmonies of #CE1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1761

Black with #CE1761

Text Example


Text Example

White with #CE1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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