Html Css Color HEX #CE1655 Ruby

📋 copy color: '#CE1655'

red 206 ◦ green 22 ◦ blue 85

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

Shades of Ruby #CE1655

Tints of Ruby #CE1655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 65.81%
G = 7.03%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE1655 (or 0xCE1655) is known color: Ruby. HEX triplet: CE, 16 and 55. RGB value is (206,22,85). Sum of RGB (Red+Green+Blue) = 206+22+85=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1655 is #31E9AA. Grayscale: #545454. Windows color (decimal): -3271083 or 5576398. OLE color: 5576398.

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

Color convert

RGB 206 22 85 -
CMYK 0 0.89 0.59 0.19
HSL 339.46º 0.81% 0.45% -
HSV(B) 339.46º 0.89% 0.81% -
XYZ 27.38 14.35 9.92 -
YUV 84.2 128.46 214.88 -
System Red Green Blue C M Y K H S L
Decimal 206 22 85 0 0.89 0.59 0.19 339.46 0.81 0.45
Hex CE 16 55 0 59 3B 13 153 51 2D
Octal 316 26 125 0 131 73 23 523 121 55
Binary 11001110 10110 1010101 0 1011001 111011 10011 101010011 1010001 101101

Color Harmonies of #CE1655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1655

Black with #CE1655

Text Example


Text Example

White with #CE1655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1655; }

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

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

background-color css

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

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

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

border-color css

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

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

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